public class FutureSupplier<T> extends Object implements SerializableSupplier<T>
FutureSupplier()
T
get()
void
set(T object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FutureSupplier()
public void set(T object)
public T get()
get
Supplier<T>
Copyright © 2019 JBoss by Red Hat. All rights reserved.