Class OwnedSupplier<T>

    • Constructor Detail

      • OwnedSupplier

        public OwnedSupplier​(T value)
    • Method Detail

      • get

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