7 lines
380 B
Plaintext
Vendored
7 lines
380 B
Plaintext
Vendored
public abstract interface LoadIterable<T> : R|java/lang/Object| {
|
|
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|
|
|
|
|
}
|