T
- public final class ReadyRef<T> extends Object implements LazyRef<T>
An implementation of LazyRef
that simply encapsulates
an existing value. Use it to pass a known value as a parameter to a
method expecting a LazyRef
.
public ReadyRef(T value)
Copyright © 2015. All rights reserved.