FieldedCollections

Functions

Link copied to clipboard
@JvmName(name = "containsAll_with_it_unibo_collektive_aggregate_Field_of_collections_Collection_of_E_end_end_and_it_unibo_collektive_aggregate_Field_of_collections_Collection_of_E_end_end")
fun <ID : Any, E> Field<ID, Collection<E>>.containsAll(elements: Field<ID, Collection<E>>): Field<ID, Boolean>
@JvmName(name = "containsAll_with_it_unibo_collektive_aggregate_Field_of_collections_Collection_of_E_end_end_and_collections_Collection_of_E_end")
fun <ID : Any, E> Field<ID, Collection<E>>.containsAll(elements: Collection<E>): Field<ID, Boolean>
@JvmName(name = "containsAll_with_collections_Collection_of_E_end_and_it_unibo_collektive_aggregate_Field_of_collections_Collection_of_E_end_end")
fun <E, ID : Any> Collection<E>.containsAll(elements: Field<ID, Collection<E>>): Field<ID, Boolean>
Link copied to clipboard
@JvmName(name = "isEmpty_with_it_unibo_collektive_aggregate_Field_of_collections_Collection_of_E_end_end")
fun <ID : Any, E> Field<ID, Collection<E>>.isEmpty(): Field<ID, Boolean>
Link copied to clipboard
@JvmName(name = "iterator_with_it_unibo_collektive_aggregate_Field_of_collections_Collection_of_E_end_end")
operator fun <ID : Any, E> Field<ID, Collection<E>>.iterator(): Field<ID, Iterator<E>>
Link copied to clipboard
@JvmName(name = "size_with_it_unibo_collektive_aggregate_Field_of_collections_Collection_of_E_end_end")
fun <ID : Any, E> Field<ID, Collection<E>>.size(): Field<ID, Int>