T - The return type of the supplierpublic abstract class BaseSupplier<T> extends Object implements java.util.function.Supplier<T>
Object.toString() method to a Supplier. Note that each call to toString also calls
the get method.
It would have been nice to make this into an interface with a default method, but a defaulr method is not allowed to
override an existing method. Too bad.| Constructor and Description |
|---|
BaseSupplier() |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCopyright © 2014. All rights reserved.