Sinobu

kiss

<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, Resultparams)Result

Result
WiseTriFunctionParam1, Param2, Param3, Resultparams

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

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