kiss
Ⅲ
<Param1
, Param2
, Param3
>
Param1
, Param2
, Param3
>Param1
Param2
Param3
Ⅱ
Param1
,Param2
List#of(Object, Object)
ⅲ
Param3
The third parameter.
ⅲ
()
Param3
Param3 |
Method access to #\u2172
.
map
(WiseTriFunctionParam1
, Param2
, Param3
, Result
params
)
Result
WiseTriFunctionParam1
, Param2
, Param3
, Result
params
)Result |
|
WiseTriFunction params |
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
, Param3
params
)
void
WiseTriConsumerParam1
, Param2
, Param3
params
)WiseTriConsumer params |
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 |