Class SourceWrappers.SingleSource<T>

java.lang.Object
io.servicetalk.concurrent.api.Single<T>
io.servicetalk.concurrent.api.internal.SubscribableSingle<T>
io.servicetalk.http.router.jersey.internal.SourceWrappers.SingleSource<T>
Type Parameters:
T - Type of items emitted.
All Implemented Interfaces:
SingleSource<T>, Source
Enclosing class:
SourceWrappers

public static final class SourceWrappers.SingleSource<T> extends SubscribableSingle<T> implements Source
A Single that is also a Source.