commonMain.it.unibo.collektive.stdlib.sequences.FieldedSequences.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stdlib-jvm Show documentation
Show all versions of stdlib-jvm Show documentation
DSL for Aggregate Computing in Kotlin
// This file is auto-generated by the Collektive code generator. Do not edit it manually.
@file:Suppress("all","ktlint")
package it.unibo.collektive.stdlib.sequences
import it.unibo.collektive.`field`.Field
import kotlin.Any
import kotlin.Suppress
import kotlin.collections.Iterator
import kotlin.jvm.JvmName
import kotlin.sequences.Sequence
public object FieldedSequences {
@JvmName("iterator_with_Field_of_sequences_Sequence_of_T_end_end")
public operator fun Field>.iterator(): Field> =
map { it.iterator() }
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy