Package io.activej.csp.supplier.impl
Class OfAnotherReactor<T>
java.lang.Object
io.activej.reactor.AbstractReactive
io.activej.reactor.ImplicitlyReactive
io.activej.async.process.AbstractAsyncCloseable
io.activej.csp.supplier.AbstractChannelSupplier<T>
io.activej.csp.supplier.impl.OfAnotherReactor<T>
- All Implemented Interfaces:
io.activej.async.process.AsyncCloseable,ChannelSupplier<T>,io.activej.reactor.Reactive
-
Field Summary
FieldsFields inherited from class io.activej.reactor.AbstractReactive
reactorFields inherited from interface io.activej.async.process.AsyncCloseable
STATIC -
Constructor Summary
ConstructorsConstructorDescriptionOfAnotherReactor(io.activej.reactor.Reactor anotherReactor, ChannelSupplier<T> anotherReactorSupplier) -
Method Summary
Methods inherited from class io.activej.csp.supplier.AbstractChannelSupplier
getMethods inherited from class io.activej.async.process.AbstractAsyncCloseable
closeEx, doSanitize, getCloseable, getException, isClosed, onCleanup, 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
-
Field Details
-
anotherReactor
public final io.activej.reactor.Reactor anotherReactor -
anotherReactorSupplier
-
-
Constructor Details
-
OfAnotherReactor
public OfAnotherReactor(io.activej.reactor.Reactor anotherReactor, ChannelSupplier<T> anotherReactorSupplier)
-
-
Method Details
-
doGet
- Specified by:
doGetin classAbstractChannelSupplier<T>
-
onClosed
- Overrides:
onClosedin classio.activej.async.process.AbstractAsyncCloseable
-