-
Method Summary 
Creates a supplier which loads the value at most once with the provided generator.
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details 
-
singleton 
Creates a supplier which loads the value at most once with the provided generator.
- Type Parameters:
T
- the type of result
- Parameters:
generator
- the generator to load the value
- Returns:
- a singleton supplier