FieldedCollectionsExtensions

Functions

Link copied to clipboard
@JvmName(name = "asReversed_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end")
fun <T, ID : Any> Field<ID, List<T>>.asReversed(): Field<ID, List<T>>
Link copied to clipboard
@JvmName(name = "binarySearchBy_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_K_nullable_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_K_nullable_end_end")
fun <T, K : Comparable<K>, ID : Any> Field<ID, List<T>>.binarySearchBy(key: K?, fromIndex: Field<ID, Int>, toIndex: Field<ID, Int>, selector: Field<ID, (T) -> K?>): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_K_nullable_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_Function1_of_T_and_K_nullable_end")
inline fun <T, K : Comparable<K>, ID : Any> Field<ID, List<T>>.binarySearchBy(key: K?, fromIndex: Field<ID, Int>, toIndex: Field<ID, Int>, crossinline selector: (T) -> K?): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_K_nullable_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_Int_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_K_nullable_end_end")
fun <T, K : Comparable<K>, ID : Any> Field<ID, List<T>>.binarySearchBy(key: K?, fromIndex: Field<ID, Int>, toIndex: Int, selector: Field<ID, (T) -> K?>): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_K_nullable_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_Int_and_Function1_of_T_and_K_nullable_end")
inline fun <T, K : Comparable<K>, ID : Any> Field<ID, List<T>>.binarySearchBy(key: K?, fromIndex: Field<ID, Int>, toIndex: Int, crossinline selector: (T) -> K?): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_K_nullable_and_Int_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_K_nullable_end_end")
fun <T, K : Comparable<K>, ID : Any> Field<ID, List<T>>.binarySearchBy(key: K?, fromIndex: Int, toIndex: Field<ID, Int>, selector: Field<ID, (T) -> K?>): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_K_nullable_and_Int_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_Function1_of_T_and_K_nullable_end")
inline fun <T, K : Comparable<K>, ID : Any> Field<ID, List<T>>.binarySearchBy(key: K?, fromIndex: Int, toIndex: Field<ID, Int>, crossinline selector: (T) -> K?): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_K_nullable_and_Int_and_Int_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_K_nullable_end_end")
fun <T, K : Comparable<K>, ID : Any> Field<ID, List<T>>.binarySearchBy(key: K?, fromIndex: Int, toIndex: Int, selector: Field<ID, (T) -> K?>): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_K_nullable_and_Int_and_Int_and_Function1_of_T_and_K_nullable_end")
inline fun <T, K : Comparable<K>, ID : Any> Field<ID, List<T>>.binarySearchBy(key: K?, fromIndex: Int, toIndex: Int, crossinline selector: (T) -> K?): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_K_nullable_end_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_K_nullable_end_end")
fun <T, K : Comparable<K>, ID : Any> Field<ID, List<T>>.binarySearchBy(key: Field<ID, K?>, fromIndex: Field<ID, Int>, toIndex: Field<ID, Int>, selector: Field<ID, (T) -> K?>): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_K_nullable_end_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_Function1_of_T_and_K_nullable_end")
inline fun <T, K : Comparable<K>, ID : Any> Field<ID, List<T>>.binarySearchBy(key: Field<ID, K?>, fromIndex: Field<ID, Int>, toIndex: Field<ID, Int>, crossinline selector: (T) -> K?): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_K_nullable_end_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_Int_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_K_nullable_end_end")
fun <T, K : Comparable<K>, ID : Any> Field<ID, List<T>>.binarySearchBy(key: Field<ID, K?>, fromIndex: Field<ID, Int>, toIndex: Int, selector: Field<ID, (T) -> K?>): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_K_nullable_end_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_Int_and_Function1_of_T_and_K_nullable_end")
inline fun <T, K : Comparable<K>, ID : Any> Field<ID, List<T>>.binarySearchBy(key: Field<ID, K?>, fromIndex: Field<ID, Int>, toIndex: Int, crossinline selector: (T) -> K?): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_K_nullable_end_and_Int_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_K_nullable_end_end")
fun <T, K : Comparable<K>, ID : Any> Field<ID, List<T>>.binarySearchBy(key: Field<ID, K?>, fromIndex: Int, toIndex: Field<ID, Int>, selector: Field<ID, (T) -> K?>): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_K_nullable_end_and_Int_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_Function1_of_T_and_K_nullable_end")
inline fun <T, K : Comparable<K>, ID : Any> Field<ID, List<T>>.binarySearchBy(key: Field<ID, K?>, fromIndex: Int, toIndex: Field<ID, Int>, crossinline selector: (T) -> K?): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_K_nullable_end_and_Int_and_Int_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_K_nullable_end_end")
fun <T, K : Comparable<K>, ID : Any> Field<ID, List<T>>.binarySearchBy(key: Field<ID, K?>, fromIndex: Int, toIndex: Int, selector: Field<ID, (T) -> K?>): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_K_nullable_end_and_Int_and_Int_and_Function1_of_T_and_K_nullable_end")
inline fun <T, K : Comparable<K>, ID : Any> Field<ID, List<T>>.binarySearchBy(key: Field<ID, K?>, fromIndex: Int, toIndex: Int, crossinline selector: (T) -> K?): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_collections_List_of_T_end_and_K_nullable_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_K_nullable_end_end")
fun <T, K : Comparable<K>, ID : Any> List<T>.binarySearchBy(key: K?, fromIndex: Field<ID, Int>, toIndex: Field<ID, Int>, selector: Field<ID, (T) -> K?>): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_collections_List_of_T_end_and_K_nullable_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_Function1_of_T_and_K_nullable_end")
inline fun <T, K : Comparable<K>, ID : Any> List<T>.binarySearchBy(key: K?, fromIndex: Field<ID, Int>, toIndex: Field<ID, Int>, crossinline selector: (T) -> K?): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_collections_List_of_T_end_and_K_nullable_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_Int_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_K_nullable_end_end")
fun <T, K : Comparable<K>, ID : Any> List<T>.binarySearchBy(key: K?, fromIndex: Field<ID, Int>, toIndex: Int, selector: Field<ID, (T) -> K?>): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_collections_List_of_T_end_and_K_nullable_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_Int_and_Function1_of_T_and_K_nullable_end")
inline fun <T, K : Comparable<K>, ID : Any> List<T>.binarySearchBy(key: K?, fromIndex: Field<ID, Int>, toIndex: Int, crossinline selector: (T) -> K?): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_collections_List_of_T_end_and_K_nullable_and_Int_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_K_nullable_end_end")
fun <T, K : Comparable<K>, ID : Any> List<T>.binarySearchBy(key: K?, fromIndex: Int, toIndex: Field<ID, Int>, selector: Field<ID, (T) -> K?>): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_collections_List_of_T_end_and_K_nullable_and_Int_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_Function1_of_T_and_K_nullable_end")
inline fun <T, K : Comparable<K>, ID : Any> List<T>.binarySearchBy(key: K?, fromIndex: Int, toIndex: Field<ID, Int>, crossinline selector: (T) -> K?): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_collections_List_of_T_end_and_K_nullable_and_Int_and_Int_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_K_nullable_end_end")
fun <T, K : Comparable<K>, ID : Any> List<T>.binarySearchBy(key: K?, fromIndex: Int, toIndex: Int, selector: Field<ID, (T) -> K?>): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_K_nullable_end_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_K_nullable_end_end")
fun <T, K : Comparable<K>, ID : Any> List<T>.binarySearchBy(key: Field<ID, K?>, fromIndex: Field<ID, Int>, toIndex: Field<ID, Int>, selector: Field<ID, (T) -> K?>): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_K_nullable_end_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_Function1_of_T_and_K_nullable_end")
inline fun <T, K : Comparable<K>, ID : Any> List<T>.binarySearchBy(key: Field<ID, K?>, fromIndex: Field<ID, Int>, toIndex: Field<ID, Int>, crossinline selector: (T) -> K?): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_K_nullable_end_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_Int_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_K_nullable_end_end")
fun <T, K : Comparable<K>, ID : Any> List<T>.binarySearchBy(key: Field<ID, K?>, fromIndex: Field<ID, Int>, toIndex: Int, selector: Field<ID, (T) -> K?>): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_K_nullable_end_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_Int_and_Function1_of_T_and_K_nullable_end")
inline fun <T, K : Comparable<K>, ID : Any> List<T>.binarySearchBy(key: Field<ID, K?>, fromIndex: Field<ID, Int>, toIndex: Int, crossinline selector: (T) -> K?): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_K_nullable_end_and_Int_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_K_nullable_end_end")
fun <T, K : Comparable<K>, ID : Any> List<T>.binarySearchBy(key: Field<ID, K?>, fromIndex: Int, toIndex: Field<ID, Int>, selector: Field<ID, (T) -> K?>): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_K_nullable_end_and_Int_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_Function1_of_T_and_K_nullable_end")
inline fun <T, K : Comparable<K>, ID : Any> List<T>.binarySearchBy(key: Field<ID, K?>, fromIndex: Int, toIndex: Field<ID, Int>, crossinline selector: (T) -> K?): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_K_nullable_end_and_Int_and_Int_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_K_nullable_end_end")
fun <T, K : Comparable<K>, ID : Any> List<T>.binarySearchBy(key: Field<ID, K?>, fromIndex: Int, toIndex: Int, selector: Field<ID, (T) -> K?>): Field<ID, Int>
@JvmName(name = "binarySearchBy_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_K_nullable_end_and_Int_and_Int_and_Function1_of_T_and_K_nullable_end")
inline fun <T, K : Comparable<K>, ID : Any> List<T>.binarySearchBy(key: Field<ID, K?>, fromIndex: Int, toIndex: Int, crossinline selector: (T) -> K?): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "dropLast_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Int_end")
fun <T, ID : Any> Field<ID, List<T>>.dropLast(n: Field<ID, Int>): Field<ID, List<T>>
@JvmName(name = "dropLast_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_Int")
fun <T, ID : Any> Field<ID, List<T>>.dropLast(n: Int): Field<ID, List<T>>
@JvmName(name = "dropLast_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Int_end")
fun <T, ID : Any> List<T>.dropLast(n: Field<ID, Int>): Field<ID, List<T>>
Link copied to clipboard
@JvmName(name = "dropLastWhile_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_Boolean_end_end")
fun <T, ID : Any> Field<ID, List<T>>.dropLastWhile(predicate: Field<ID, (T) -> Boolean>): Field<ID, List<T>>
@JvmName(name = "dropLastWhile_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_Function1_of_T_and_Boolean_end")
inline fun <T, ID : Any> Field<ID, List<T>>.dropLastWhile(crossinline predicate: (T) -> Boolean): Field<ID, List<T>>
@JvmName(name = "dropLastWhile_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_Boolean_end_end")
fun <T, ID : Any> List<T>.dropLastWhile(predicate: Field<ID, (T) -> Boolean>): Field<ID, List<T>>
Link copied to clipboard
@JvmName(name = "first_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end")
fun <T, ID : Any> Field<ID, List<T>>.first(): Field<ID, T>
Link copied to clipboard
@JvmName(name = "firstOrNull_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end")
fun <T, ID : Any> Field<ID, List<T>>.firstOrNull(): Field<ID, T?>
Link copied to clipboard
@JvmName(name = "getOrNull_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Int_end")
fun <T, ID : Any> Field<ID, List<T>>.getOrNull(index: Field<ID, Int>): Field<ID, T?>
@JvmName(name = "getOrNull_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_Int")
fun <T, ID : Any> Field<ID, List<T>>.getOrNull(index: Int): Field<ID, T?>
@JvmName(name = "getOrNull_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Int_end")
fun <T, ID : Any> List<T>.getOrNull(index: Field<ID, Int>): Field<ID, T?>
Link copied to clipboard
@JvmName(name = "indexOf_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_T")
fun <T, ID : Any> Field<ID, List<T>>.indexOf(element: T): Field<ID, Int>
@JvmName(name = "indexOf_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_T_end")
fun <T, ID : Any> Field<ID, List<T>>.indexOf(element: Field<ID, T>): Field<ID, Int>
@JvmName(name = "indexOf_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_T_end")
fun <T, ID : Any> List<T>.indexOf(element: Field<ID, T>): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "indexOfFirst_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_Boolean_end_end")
fun <T, ID : Any> Field<ID, List<T>>.indexOfFirst(predicate: Field<ID, (T) -> Boolean>): Field<ID, Int>
@JvmName(name = "indexOfFirst_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_Function1_of_T_and_Boolean_end")
inline fun <T, ID : Any> Field<ID, List<T>>.indexOfFirst(crossinline predicate: (T) -> Boolean): Field<ID, Int>
@JvmName(name = "indexOfFirst_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_Boolean_end_end")
fun <T, ID : Any> List<T>.indexOfFirst(predicate: Field<ID, (T) -> Boolean>): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "indexOfLast_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_Boolean_end_end")
fun <T, ID : Any> Field<ID, List<T>>.indexOfLast(predicate: Field<ID, (T) -> Boolean>): Field<ID, Int>
@JvmName(name = "indexOfLast_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_Function1_of_T_and_Boolean_end")
inline fun <T, ID : Any> Field<ID, List<T>>.indexOfLast(crossinline predicate: (T) -> Boolean): Field<ID, Int>
@JvmName(name = "indexOfLast_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_Boolean_end_end")
fun <T, ID : Any> List<T>.indexOfLast(predicate: Field<ID, (T) -> Boolean>): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "last_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end")
fun <T, ID : Any> Field<ID, List<T>>.last(): Field<ID, T>
@JvmName(name = "last_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_Boolean_end_end")
fun <T, ID : Any> Field<ID, List<T>>.last(predicate: Field<ID, (T) -> Boolean>): Field<ID, T>
@JvmName(name = "last_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_Function1_of_T_and_Boolean_end")
inline fun <T, ID : Any> Field<ID, List<T>>.last(crossinline predicate: (T) -> Boolean): Field<ID, T>
@JvmName(name = "last_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_Boolean_end_end")
fun <T, ID : Any> List<T>.last(predicate: Field<ID, (T) -> Boolean>): Field<ID, T>
Link copied to clipboard
@JvmName(name = "lastIndexOf_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_T")
fun <T, ID : Any> Field<ID, List<T>>.lastIndexOf(element: T): Field<ID, Int>
@JvmName(name = "lastIndexOf_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_T_end")
fun <T, ID : Any> Field<ID, List<T>>.lastIndexOf(element: Field<ID, T>): Field<ID, Int>
@JvmName(name = "lastIndexOf_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_T_end")
fun <T, ID : Any> List<T>.lastIndexOf(element: Field<ID, T>): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "lastOrNull_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end")
fun <T, ID : Any> Field<ID, List<T>>.lastOrNull(): Field<ID, T?>
@JvmName(name = "lastOrNull_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_Boolean_end_end")
fun <T, ID : Any> Field<ID, List<T>>.lastOrNull(predicate: Field<ID, (T) -> Boolean>): Field<ID, T?>
@JvmName(name = "lastOrNull_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_Function1_of_T_and_Boolean_end")
inline fun <T, ID : Any> Field<ID, List<T>>.lastOrNull(crossinline predicate: (T) -> Boolean): Field<ID, T?>
@JvmName(name = "lastOrNull_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_Boolean_end_end")
fun <T, ID : Any> List<T>.lastOrNull(predicate: Field<ID, (T) -> Boolean>): Field<ID, T?>
Link copied to clipboard
@JvmName(name = "requireNoNulls_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_nullable_end_end")
fun <T : Any, ID : Any> Field<ID, List<T?>>.requireNoNulls(): Field<ID, List<T>>
Link copied to clipboard
@JvmName(name = "single_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end")
fun <T, ID : Any> Field<ID, List<T>>.single(): Field<ID, T>
Link copied to clipboard
@JvmName(name = "singleOrNull_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end")
fun <T, ID : Any> Field<ID, List<T>>.singleOrNull(): Field<ID, T?>
Link copied to clipboard
@JvmName(name = "slice_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_Int_end_end")
fun <T, ID : Any> Field<ID, List<T>>.slice(indices: Field<ID, Iterable<Int>>): Field<ID, List<T>>
@JvmName(name = "slice_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_ranges_IntRange_end")
fun <T, ID : Any> Field<ID, List<T>>.slice(indices: Field<ID, IntRange>): Field<ID, List<T>>
@JvmName(name = "slice_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_collections_Iterable_of_Int_end")
fun <T, ID : Any> Field<ID, List<T>>.slice(indices: Iterable<Int>): Field<ID, List<T>>
@JvmName(name = "slice_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_ranges_IntRange")
fun <T, ID : Any> Field<ID, List<T>>.slice(indices: IntRange): Field<ID, List<T>>
@JvmName(name = "slice_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_Int_end_end")
fun <T, ID : Any> List<T>.slice(indices: Field<ID, Iterable<Int>>): Field<ID, List<T>>
@JvmName(name = "slice_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_ranges_IntRange_end")
fun <T, ID : Any> List<T>.slice(indices: Field<ID, IntRange>): Field<ID, List<T>>
Link copied to clipboard
@JvmName(name = "takeLast_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Int_end")
fun <T, ID : Any> Field<ID, List<T>>.takeLast(n: Field<ID, Int>): Field<ID, List<T>>
@JvmName(name = "takeLast_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_Int")
fun <T, ID : Any> Field<ID, List<T>>.takeLast(n: Int): Field<ID, List<T>>
@JvmName(name = "takeLast_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Int_end")
fun <T, ID : Any> List<T>.takeLast(n: Field<ID, Int>): Field<ID, List<T>>
Link copied to clipboard
@JvmName(name = "takeLastWhile_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_Boolean_end_end")
fun <T, ID : Any> Field<ID, List<T>>.takeLastWhile(predicate: Field<ID, (T) -> Boolean>): Field<ID, List<T>>
@JvmName(name = "takeLastWhile_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_end_end_and_Function1_of_T_and_Boolean_end")
inline fun <T, ID : Any> Field<ID, List<T>>.takeLastWhile(crossinline predicate: (T) -> Boolean): Field<ID, List<T>>
@JvmName(name = "takeLastWhile_with_collections_List_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_Boolean_end_end")
fun <T, ID : Any> List<T>.takeLastWhile(predicate: Field<ID, (T) -> Boolean>): Field<ID, List<T>>