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
/
BiPredicate
Bi
Predicate
typealias
BiPredicate
<
X
,
Y
>
=
(
X
,
Y
)
->
Boolean
A function that takes two arguments and returns a boolean value.