Package io.activej.csp
Interface ChannelOutput<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault io.activej.promise.Promise<Void>bindTo(ChannelInput<T> to) default io.activej.promise.Promise<Void>bindTo(ChannelInput<T> to, ChannelQueue<T> queue) default ChannelSupplier<T>default ChannelSupplier<T>getSupplier(ChannelQueue<T> queue) voidset(ChannelConsumer<T> output)
-
Method Details
-
set
-
getSupplier
-
getSupplier
-
bindTo
-
bindTo
-