Interface SerializableTriFunction<T,U,V,R>

Type Parameters:
T - the first argument type
U - the second argument type
V - the third argument type
R - 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