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