Package io.realm
Interface RealmObjectSchema.Function
-
- Enclosing class:
- RealmObjectSchema
public static interface RealmObjectSchema.Function
Function interface, used when traversing all objects of the current class and apply a function on each.- See Also:
RealmObjectSchema.transform(Function)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(DynamicRealmObject obj)
-
-
-
Method Detail
-
apply
void apply(DynamicRealmObject obj)
-
-