public final class LeafHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T,S extends Geometry> |
add(Entry<? extends T,? extends S> entry,
Leaf<T,S> leaf) |
static <T,S extends Geometry> |
delete(Entry<? extends T,? extends S> entry,
boolean all,
Leaf<T,S> leaf) |
static <T,S extends Geometry> |
search(rx.functions.Func1<? super Geometry,Boolean> condition,
rx.Subscriber<? super Entry<T,S>> subscriber,
Leaf<T,S> leaf) |
Copyright © 2013–2023. All rights reserved.