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.booleans
/
FieldedBooleans
/
or
or
@
JvmName
(
name
=
"or_with_it_unibo_collektive_aggregate_Field_of_Boolean_end_and_Boolean"
)
infix
fun
<
ID
:
Any
>
Field
<
ID
,
Boolean
>
.
or
(
other
:
Boolean
)
:
Field
<
ID
,
Boolean
>
@
JvmName
(
name
=
"or_with_Boolean_and_it_unibo_collektive_aggregate_Field_of_Boolean_end"
)
infix
fun
<
ID
:
Any
>
Boolean
.
or
(
other
:
Field
<
ID
,
Boolean
>
)
:
Field
<
ID
,
Boolean
>
@
JvmName
(
name
=
"or_with_it_unibo_collektive_aggregate_Field_of_Boolean_end_and_it_unibo_collektive_aggregate_Field_of_Boolean_end"
)
infix
fun
<
ID
:
Any
>
Field
<
ID
,
Boolean
>
.
or
(
other
:
Field
<
ID
,
Boolean
>
)
:
Field
<
ID
,
Boolean
>