Class ExternalSupplier<T>

    • Constructor Detail

      • ExternalSupplier

        public ExternalSupplier​(T value)
    • Method Detail

      • get

        public T get()
        Specified by:
        get in interface Supplier<T>