- All Implemented Interfaces:
Provider<T>
public final class ConstantProvider<T>
extends Object
implements Provider<T>
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
t
@NotNull
private final T t
-
Constructor Details
-
ConstantProvider
public ConstantProvider(@NotNull
T t)
-