Package | Description |
---|---|
java.util.function | |
java.util.stream |
Modifier and Type | Method and Description |
---|---|
default IntPredicate |
IntPredicate.and(IntPredicate other) |
default IntPredicate |
IntPredicate.negate() |
default IntPredicate |
IntPredicate.or(IntPredicate other) |
Modifier and Type | Method and Description |
---|---|
default IntPredicate |
IntPredicate.and(IntPredicate other) |
default IntPredicate |
IntPredicate.or(IntPredicate other) |
Modifier and Type | Method and Description |
---|---|
boolean |
IntStream.allMatch(IntPredicate predicate) |
boolean |
IntStream.anyMatch(IntPredicate predicate) |
IntStream |
IntStream.filter(IntPredicate predicate) |
boolean |
IntStream.noneMatch(IntPredicate predicate) |
Copyright © 2018. All rights reserved.