blob: 4061c3b02e8da511ef3627c808cefa36ed259159 [file]
public abstract interface LoadIterableWithNullability<T> : R|kotlin/Any| {
@R|kotlin/annotations/jvm/Mutable|() public abstract fun getIterable(): R|kotlin/collections/MutableIterable<T>|
public abstract fun setIterable(@R|kotlin/annotations/jvm/Mutable|() p0: R|kotlin/collections/MutableIterable<T>|): R|kotlin/Unit|
@R|kotlin/annotations/jvm/ReadOnly|() public abstract fun getReadOnlyIterable(): R|kotlin/collections/Iterable<T>|
public abstract fun setReadOnlyIterable(@R|kotlin/annotations/jvm/ReadOnly|() p0: R|kotlin/collections/Iterable<T>|): R|kotlin/Unit|
}