mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
7 lines
378 B
Plaintext
Vendored
7 lines
378 B
Plaintext
Vendored
public abstract interface LoadIterable<T> : R|kotlin/Any| {
|
|
public abstract operator fun getIterable(): R|ft<kotlin/collections/MutableIterable<ft<T, T?>!>, kotlin/collections/Iterable<ft<T, T?>!>?>!|
|
|
|
|
public abstract operator fun setIterable(Iterable: R|ft<kotlin/collections/MutableIterable<ft<T, T?>!>, kotlin/collections/Iterable<ft<T, T?>!>?>!|): R|kotlin/Unit|
|
|
|
|
}
|