public static class Convertable.SupplierToConvertable<T> extends java.lang.Object implements Convertable<T>
Convertable.SupplierToConvertable<T>
Constructor and Description |
---|
SupplierToConvertable() |
Modifier and Type | Method and Description |
---|---|
T |
get() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fromSupplier, iterator, orElse, orElseGet, orElseThrow, toAtomicReference, toCompletableFuture, toCompletableFutureAsync, toCompletableFutureAsync, toFutureW, toList, toOptional, toOptionalAtomicReference, toStream, visit
public T get()
get
in interface Convertable<T>
get
in interface java.util.function.Supplier<T>