public class SupplierWrapper<V> extends Object implements Supplier<V>
SupplierWrapper(Supplier<V> supplier)
V
get()
static <V> SupplierWrapper<V>
of(Supplier<V> r)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SupplierWrapper(Supplier<V> supplier)
public static <V> SupplierWrapper<V> of(Supplier<V> r)
public V get()
get
Supplier<V>
Copyright © 2021 The Apache Software Foundation. All rights reserved.