Interface SerializedFunctionalInterface
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
SqlFunction<T,R>,SqlPredicate<T>
public interface SerializedFunctionalInterface
extends java.io.Serializable
An interface functional interfaces can extend to become serialized.
Functional interfaces which extend this interface can be converted to SQL statements.
- Author:
- Collin Alpert
- See Also:
Serializable