FieldedCharSequences

Functions

Link copied to clipboard
@JvmName(name = "get_with_it_unibo_collektive_aggregate_Field_of_CharSequence_end_and_it_unibo_collektive_aggregate_Field_of_Int_end")
operator fun <ID : Any> Field<ID, CharSequence>.get(index: Field<ID, Int>): Field<ID, Char>
@JvmName(name = "get_with_it_unibo_collektive_aggregate_Field_of_CharSequence_end_and_Int")
operator fun <ID : Any> Field<ID, CharSequence>.get(index: Int): Field<ID, Char>
@JvmName(name = "get_with_CharSequence_and_it_unibo_collektive_aggregate_Field_of_Int_end")
operator fun <ID : Any> CharSequence.get(index: Field<ID, Int>): Field<ID, Char>
Link copied to clipboard
@JvmName(name = "isEmpty_with_it_unibo_collektive_aggregate_Field_of_CharSequence_end")
fun <ID : Any> Field<ID, CharSequence>.isEmpty(): Field<ID, Boolean>
Link copied to clipboard
@JvmName(name = "length_with_it_unibo_collektive_aggregate_Field_of_CharSequence_end")
fun <ID : Any> Field<ID, CharSequence>.length(): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "subSequence_with_it_unibo_collektive_aggregate_Field_of_CharSequence_end_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_it_unibo_collektive_aggregate_Field_of_Int_end")
fun <ID : Any> Field<ID, CharSequence>.subSequence(startIndex: Field<ID, Int>, endIndex: Field<ID, Int>): Field<ID, CharSequence>
@JvmName(name = "subSequence_with_it_unibo_collektive_aggregate_Field_of_CharSequence_end_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_Int")
fun <ID : Any> Field<ID, CharSequence>.subSequence(startIndex: Field<ID, Int>, endIndex: Int): Field<ID, CharSequence>
@JvmName(name = "subSequence_with_it_unibo_collektive_aggregate_Field_of_CharSequence_end_and_Int_and_it_unibo_collektive_aggregate_Field_of_Int_end")
fun <ID : Any> Field<ID, CharSequence>.subSequence(startIndex: Int, endIndex: Field<ID, Int>): Field<ID, CharSequence>
@JvmName(name = "subSequence_with_it_unibo_collektive_aggregate_Field_of_CharSequence_end_and_Int_and_Int")
fun <ID : Any> Field<ID, CharSequence>.subSequence(startIndex: Int, endIndex: Int): Field<ID, CharSequence>
@JvmName(name = "subSequence_with_CharSequence_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_it_unibo_collektive_aggregate_Field_of_Int_end")
fun <ID : Any> CharSequence.subSequence(startIndex: Field<ID, Int>, endIndex: Field<ID, Int>): Field<ID, CharSequence>
@JvmName(name = "subSequence_with_CharSequence_and_it_unibo_collektive_aggregate_Field_of_Int_end_and_Int")
fun <ID : Any> CharSequence.subSequence(startIndex: Field<ID, Int>, endIndex: Int): Field<ID, CharSequence>
@JvmName(name = "subSequence_with_CharSequence_and_Int_and_it_unibo_collektive_aggregate_Field_of_Int_end")
fun <ID : Any> CharSequence.subSequence(startIndex: Int, endIndex: Field<ID, Int>): Field<ID, CharSequence>