public class ExternalSupplier<T> extends Object implements Supplier<T>
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 and Description |
---|
ExternalSupplier(T value) |
Copyright © 2021 Couchbase, Inc.. All rights reserved.