kiss
Ⅱ
<Param1
, Param2
>
Param1
, Param2
>Param1
Param2
Ⅲ
Param1
,Param2
,Param3
ⅰ
Param1
The first parameter.
ⅱ
Param2
The second parameter.
ⅰ
()
Param1
Param1 |
Method access to #\u2170
.
ⅱ
()
Param2
Param2 |
Method access to #\u2171
.
ⅲ
(New
param
)
ⅢParam1
, Param2
, New
New
param
)Param1
, Param2
, New
New |
|
New param |
New third parameter. |
Ⅲ |
A created new tuple. |
Create new tuple which set the third parameter.
map
(WiseBiFunctionParam1
, Param2
, Result
params
)
Result
WiseBiFunctionParam1
, Param2
, Result
params
)Result |
|
WiseBiFunction 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) -> { // Named parameter (name and age) are comprehensible. return name + "(" + age + ")"; });
to
(WiseBiConsumerParam1
, Param2
params
)
void
WiseBiConsumerParam1
, Param2
params
)WiseBiConsumer 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) -> { // Named parameter (name and age) are comprehensible. });
hashCode
()
int
int |
equals
(Object
obj
)
boolean
Object
obj
)Object obj |
|
boolean |
toString
()
String
String |
values
()
Object
Object |
Collect all values.