| Modifier and Type | Field and Description |
|---|---|
static Predicate |
isSelected |
static Predicate |
selectable |
static Predicate |
selected |
static Predicate |
setSelected |
static Predicate |
transformable |
static Predicate |
unselected |
| Constructor and Description |
|---|
filters() |
| Modifier and Type | Method and Description |
|---|---|
static <A> Predicate<A> |
and(Predicate<A>... filters) |
static Predicate<GNode> |
instanceOf(Class cls) |
static <A> Predicate<TreeWalk<A>> |
levelEqu(int level) |
static <A> Predicate<TreeWalk<A>> |
levelLess(int level) |
static <A> Predicate<TreeWalk<A>> |
levelMore(int level) |
static <A> Predicate<A> |
not(Predicate<A> filter) |
static <A> Predicate<A> |
or(Predicate<A>... filters) |
public static final Predicate selected
public static final Predicate unselected
public static final Predicate isSelected
public static final Predicate setSelected
public static final Predicate selectable
public static final Predicate transformable
Copyright © 2018. All rights reserved.