realmAnyListOf

fun realmAnyListOf(vararg values: Any?): RealmAny

Create a RealmAny containing a RealmList of all arguments wrapped as RealmAnys.

Parameters

values

elements of the set.

See RealmAny.create for RealmList constraints and examples of usage.