Package com.qfs.serialization
Interface SerializableFunction<T,R>
-
- All Superinterfaces:
Function<T,R>,Serializable
- All Known Subinterfaces:
IDistinctValuesSupplier
- All Known Implementing Classes:
CartesianProductValuesSupplier,MapValuesSupplier,SetValuesSupplier,StoreMultipleFieldDistinctValuesSupplier,StoreSingleFieldDistinctValuesSupplier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SerializableFunction<T,R> extends Function<T,R>, Serializable
- Author:
- ActiveViam
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default <V> SerializableFunction<T,V>andThen(Function<? super R,? extends V> after)
-