Class InputBindings.InputSupplier<T>

  • All Implemented Interfaces:
    com.google.common.base.Supplier<T>, Supplier<T>
    Enclosing class:
    InputBindings

    public static class InputBindings.InputSupplier<T>
    extends Object
    implements com.google.common.base.Supplier<T>
    • Method Detail

      • get

        public T get()
        Specified by:
        get in interface com.google.common.base.Supplier<T>
        Specified by:
        get in interface Supplier<T>