Class ConstantSupplier<A>

    • Constructor Detail

      • ConstantSupplier

        public ConstantSupplier​(A a)
    • Method Detail

      • get

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