mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
7 lines
378 B
Plaintext
Vendored
7 lines
378 B
Plaintext
Vendored
public abstract interface LoadIterator<T> : R|kotlin/Any| {
|
|
public abstract operator fun getIterator(): R|ft<kotlin/collections/MutableIterator<ft<T, T?>!>, kotlin/collections/Iterator<ft<T, T?>!>?>!|
|
|
|
|
public abstract operator fun setIterator(iterator: R|ft<kotlin/collections/MutableIterator<ft<T, T?>!>, kotlin/collections/Iterator<ft<T, T?>!>?>!|): R|kotlin/Unit|
|
|
|
|
}
|