Interface SerializableMatchers.SerializableSupplier<T>

  • Type Parameters:
    T - the type of value supplied.
    All Superinterfaces:
    java.io.Serializable
    Enclosing class:
    SerializableMatchers

    public static interface SerializableMatchers.SerializableSupplier<T>
    extends java.io.Serializable
    Supplies values of type T, and is serializable. Thus, even if T is not serializable, the supplier can be serialized and provide a T wherever it is deserialized.
    • Method Detail

      • get

        T get()