Class OwnedSupplier<T>

  • All Implemented Interfaces:
    Supplier<T>

    @Internal
    public class OwnedSupplier<T>
    extends Object
    implements Supplier<T>
    A special supplier which allows the SDK to distinguish passed in suppliers vs. owned ones.

    DO NOT USE THIS CLASS DIRECTLY!