getChildren

inline suspend fun <R : Comparable<R>> getChildren(context: Context, crossinline sortBy: (A) -> R?): List<A>

Returns the children of the DataClass.

Author

Arnau Mora

Since

20210313

Parameters

context

Used for initializing the index loader if not ready.

Throws

When namespace does not have children.