kotlin.Function
public interface CaFunction4<P1 extends Object, P2 extends Object, P3 extends Object, P4 extends Object, R extends Object> implements Function<R>
A function that takes 4 arguments.
abstract R
invoke(P1 p1, P2 p2, P3 p3, P4 p4)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract R invoke(P1 p1, P2 p2, P3 p3, P4 p4)
Invokes the function with the specified arguments.