compareTo

@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>
@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>