Class UniCreateFromItemSupplier<T>

  • Type Parameters:
    T - the type of the item
    All Implemented Interfaces:
    Uni<T>

    public class UniCreateFromItemSupplier<T>
    extends AbstractUni<T>
    Specialized Uni implementation for the case where the item is produced by a supplier. The supplied item can be null.
    • Constructor Detail

      • UniCreateFromItemSupplier

        public UniCreateFromItemSupplier​(java.util.function.Supplier<? extends T> supplier)