Package io.activej.csp.supplier
Class AbstractChannelSupplier<T>
java.lang.Object
io.activej.reactor.AbstractReactive
io.activej.reactor.ImplicitlyReactive
io.activej.async.process.AbstractAsyncCloseable
io.activej.csp.supplier.AbstractChannelSupplier<T>
- All Implemented Interfaces:
io.activej.async.process.AsyncCloseable,ChannelSupplier<T>,io.activej.reactor.Reactive
- Direct Known Subclasses:
ChannelFileReader,Concat,Empty,OfAnotherReactor,OfAsyncSupplier,OfException,OfInputStream,OfIterator,OfLazyProvider,OfPromise,OfSupplier,OfValue,Remap
public abstract class AbstractChannelSupplier<T>
extends io.activej.async.process.AbstractAsyncCloseable
implements ChannelSupplier<T>
-
Field Summary
Fields inherited from class io.activej.reactor.AbstractReactive
reactorFields inherited from interface io.activej.async.process.AsyncCloseable
STATIC -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedAbstractChannelSupplier(@Nullable io.activej.async.process.AsyncCloseable closeable) -
Method Summary
Methods inherited from class io.activej.async.process.AbstractAsyncCloseable
closeEx, doSanitize, getCloseable, getException, isClosed, onCleanup, onClosed, sanitize, setCloseableMethods inherited from class io.activej.reactor.AbstractReactive
getReactorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.activej.async.process.AsyncCloseable
close, closeExMethods inherited from interface io.activej.csp.supplier.ChannelSupplier
async, bindTo, filter, lenient, map, mapAsync, peek, streamTo, streamTo, toCollector, toList, transformWith, until, withEndOfStream, withExecutor
-
Constructor Details
-
AbstractChannelSupplier
protected AbstractChannelSupplier() -
AbstractChannelSupplier
protected AbstractChannelSupplier(@Nullable @Nullable io.activej.async.process.AsyncCloseable closeable)
-
-
Method Details
-
doGet
-
get
- Specified by:
getin interfaceChannelSupplier<T>
-