Docs Menu
Docs Home
/ /
Atlas Device SDKs
/ / /

Interface RealmObjectSchema.Function

On this page

  • io.realm
  • Method Summary
  • Method Detail
  • apply

Enclosing class:

RealmObjectSchema

Function interface, used when traversing all objects of the current class and apply a function on each.

Tip

See also:

  • transform(Function)

Modifier and Type
Method and Description
public void
public void apply (
)

Back

RealmObjectSchema

Next

RealmQuery