public interface PredicateN extends Serializable
Modifier and Type | Field and Description |
---|---|
static PredicateN |
False |
static PredicateN |
True |
Modifier and Type | Method and Description |
---|---|
boolean |
test(Object... objs) |
static final PredicateN True
static final PredicateN False
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.