collektive-stdlib
Toggle table of contents
25.0.0
common
Platform filter
common
Switch theme
Search in API
collektive-stdlib
collektive-stdlib
/
it.unibo.collektive.stdlib.util
/
BiAccumulator
Bi
Accumulator
typealias
BiAccumulator
<
Destination
,
X
,
Y
>
=
(
Destination
,
X
,
Y
)
->
Destination
A function that takes three arguments of different types and returns a value of the first type.