Interface SerializedFunctionalInterface
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
SqlFunction<T,R>,SqlPredicate<T>
public interface SerializedFunctionalInterface extends 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