JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
ai.timefold.jpyinterpreter.util.function
Interface PentaFunction<A_,
B_,
C_,
D_,
E_,
Result_>
public interface
PentaFunction<A_,
B_,
C_,
D_,
E_,
Result_>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Result_
apply
(
A_
a,
B_
b,
C_
c,
D_
d,
E_
e)
Method Details
apply
Result_
apply
(
A_
a,
B_
b,
C_
c,
D_
d,
E_
e)