Uses of Class
io.activej.csp.AbstractChannelSupplier
Packages that use AbstractChannelSupplier
-
Uses of AbstractChannelSupplier in io.activej.csp
Subclasses of AbstractChannelSupplier in io.activej.cspModifier and TypeClassDescriptionstatic final classstatic classRepresents aChannelSupplierwhich always returns a promise ofnull.static final classRepresents aChannelSupplierwhich always returns a promise of exception.static final classRepresents aChannelSupplierwhich wraps the provided iterator and returns promises of iterator's values untilhasNext()is true, when there are no more values left, a promise ofnullis returned.static final classRepresents aChannelSupplierof one value. -
Uses of AbstractChannelSupplier in io.activej.csp.file
Subclasses of AbstractChannelSupplier in io.activej.csp.fileModifier and TypeClassDescriptionfinal classThis supplier allows you to asynchronously read binary data from a file.