kiss
Ⅲ<Param1, Param2, Param3>
Param1, Param2, Param3>Param1Param2Param3
ⅡParam1,Param2
List#of(Object, Object)ⅲParam3
The third parameter.
ⅲ()Param3
Param3 |
Method access to #\u2172.
map(WiseTriFunctionParam1, Param2, Param3, Resultparams)Result
WiseTriFunctionParam1, Param2, Param3, Resultparams)Result |
|
WiseTriFunctionparams |
A list of named parameters. |
Result |
A calculated value. |
Create new scope with the human-readable named parameters and return a calculated value.
Parameter name (ⅰ, ⅱ and ⅲ) are confusing. This method names parameters to the context-aware names.
// Original parameter names (ⅰ, ⅱ and ⅲ) are confusing.
context.with((name, age, gender) -> {
// Named parameter (name, age and gender) are comprehensible.
return name + "(" + age + " : " + gender + ")";
});
to(WiseTriConsumerParam1, Param2, Param3params)void
WiseTriConsumerParam1, Param2, Param3params)WiseTriConsumerparams |
A list of named parameters. |
Create new scope with the human-readable named parameters.
Parameter name (ⅰ, ⅱ and ⅲ) are confusing. This method names parameters to the context-aware names.
// Original parameter names (ⅰ, ⅱ and ⅲ) are confusing.
context.with((name, age, gender) -> {
// Named parameter (name, age and gender) are comprehensible.
});
values()Object
Object |