Class OwnedSupplier<T>

java.lang.Object
com.couchbase.client.core.env.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!

  • Constructor Details

    • OwnedSupplier

      @Internal public OwnedSupplier(T value)
  • Method Details