T
- the type of value supplied.public static interface SerializableMatchers.SerializableSupplier<T>
extends java.io.Serializable
T
, and is serializable. Thus, even if T
is not
serializable, the supplier can be serialized and provide a T
wherever it is
deserialized.Modifier and Type | Method and Description |
---|---|
T |
get() |
T get()