FieldedBooleans

Functions

Link copied to clipboard
@JvmName(name = "and_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>.and(other: Field<ID, Boolean>): Field<ID, Boolean>
@JvmName(name = "and_with_it_unibo_collektive_aggregate_Field_of_Boolean_end_and_Boolean")
infix fun <ID : Any> Field<ID, Boolean>.and(other: Boolean): Field<ID, Boolean>
@JvmName(name = "and_with_Boolean_and_it_unibo_collektive_aggregate_Field_of_Boolean_end")
infix fun <ID : Any> Boolean.and(other: Field<ID, Boolean>): Field<ID, Boolean>
Link copied to clipboard
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_Boolean_end_and_it_unibo_collektive_aggregate_Field_of_Boolean_end")
fun <ID : Any> Field<ID, Boolean>.compareTo(other: Field<ID, Boolean>): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_Boolean_end_and_Boolean")
fun <ID : Any> Field<ID, Boolean>.compareTo(other: Boolean): Field<ID, Int>
@JvmName(name = "compareTo_with_Boolean_and_it_unibo_collektive_aggregate_Field_of_Boolean_end")
fun <ID : Any> Boolean.compareTo(other: Field<ID, Boolean>): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "not_with_it_unibo_collektive_aggregate_Field_of_Boolean_end")
operator fun <ID : Any> Field<ID, Boolean>.not(): Field<ID, Boolean>
Link copied to clipboard
@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>
@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>
Link copied to clipboard
@JvmName(name = "xor_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>.xor(other: Field<ID, Boolean>): Field<ID, Boolean>
@JvmName(name = "xor_with_it_unibo_collektive_aggregate_Field_of_Boolean_end_and_Boolean")
infix fun <ID : Any> Field<ID, Boolean>.xor(other: Boolean): Field<ID, Boolean>
@JvmName(name = "xor_with_Boolean_and_it_unibo_collektive_aggregate_Field_of_Boolean_end")
infix fun <ID : Any> Boolean.xor(other: Field<ID, Boolean>): Field<ID, Boolean>