Class UniCreateFromKnownItem<T>

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

    public class UniCreateFromKnownItem<T>
    extends AbstractUni<T>
    Specialized Uni implementation for the case where the item is known. The item can be null.
    • Constructor Detail

      • UniCreateFromKnownItem

        public UniCreateFromKnownItem​(T item)