Class InstanceSupplier<T>

    • Constructor Detail

      • InstanceSupplier

        public InstanceSupplier​(T instance)
    • Method Detail

      • get

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