public final class ConstantSupplier<A> extends Object implements Supplier<A>, Serializable
ConstantSupplier(A a)
A
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConstantSupplier(A a)
public A get()
get
Supplier<A>
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.