Class ChannelSuppliers.ChannelSupplierEmpty<T>

java.lang.Object
io.activej.async.process.AbstractAsyncCloseable
io.activej.csp.AbstractChannelSupplier<T>
io.activej.csp.ChannelSuppliers.ChannelSupplierEmpty<T>
All Implemented Interfaces:
io.activej.async.process.AsyncCloseable, ChannelSupplier<T>
Enclosing class:
ChannelSuppliers

public static class ChannelSuppliers.ChannelSupplierEmpty<T> extends AbstractChannelSupplier<T>
Represents a ChannelSupplier which always returns a promise of null.
  • Constructor Details

    • ChannelSupplierEmpty

      public ChannelSupplierEmpty()
  • Method Details