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