public abstract interface LoadIterable<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|

}
