Class InstanceSupplier<T>

  • All Implemented Interfaces:
    Supplier<T>

    public class InstanceSupplier<T>
    extends Object
    implements Supplier<T>
    Since:
    13.0
    Author:
    Tristan Tarrant <tristan@infinispan.org>
    • Constructor Detail

      • InstanceSupplier

        public InstanceSupplier​(T instance)
    • Method Detail

      • get

        public T get()