Class ExternalSupplier<T>

  • All Implemented Interfaces:
    Supplier<T>

    public class ExternalSupplier<T>
    extends Object
    implements Supplier<T>
    This supplier signals the entity passed in is not owned.

    This class can be used with care, but usually it is better to just use the java 8 supplier interface directly or implement your own.

    • Constructor Detail

      • ExternalSupplier

        public ExternalSupplier​(T value)