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