Package com.qfs.serialization
Interface SerializableTriFunction<T,U,V,R>
- Type Parameters:
T- the first argument typeU- the second argument typeV- the third argument typeR- the result type
- All Superinterfaces:
Serializable,TriFunction<T,U, V, R>
- 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 SerializableTriFunction<T,U,V,R>
extends TriFunction<T,U,V,R>, Serializable
- Author:
- ActiveViam
-
Method Summary
Methods inherited from interface com.activeviam.util.function.TriFunction
apply