public interface Predicate1<A> extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
Predicate1.Impl<A> |
Modifier and Type | Method and Description |
---|---|
default Predicate1<A> |
negate() |
boolean |
test(A a) |
default Predicate1<A> negate()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.