Package | Description |
---|---|
net.hydromatic.lambda.functions |
Provides a similar API to the
java.util.functions package
that is part of OpenJDK 8. |
net.hydromatic.lambda.streams |
Provides a similar API to the
java.util.streams package
that is part of JDK 8. |
Modifier and Type | Class and Description |
---|---|
static class |
BiPredicates.AbstractBiPredicate<K,V> |
Modifier and Type | Method and Description |
---|---|
static <K,V> BiPredicate<K,V> |
BiPredicates.alwaysFalse() |
static <K,V> BiPredicate<K,V> |
BiPredicates.alwaysTrue() |
BiPredicate<K,V> |
BiPredicates.AbstractBiPredicate.and(BiPredicate<? super K,? super V> p) |
static <K,V> BiPredicate<K,V> |
BiPredicates.and(BiPredicate<? super K,? super V> first,
BiPredicate<? super K,? super V> second) |
static <K,V> BiPredicate<K,V> |
BiPredicates.and(BiPredicate<? super K,? super V> first,
Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
BiPredicate<L,R> |
BiPredicate.and(BiPredicate<? super L,? super R> p) |
static <K,V> BiPredicate<K,V> |
BiPredicates.and(Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
static <K,V> BiPredicate<K,V> |
BiPredicates.isNull() |
BiPredicate<K,V> |
BiPredicates.AbstractBiPredicate.negate() |
static <K,V> BiPredicate<K,V> |
BiPredicates.negate(BiPredicate<? super K,? super V> biPredicate) |
static <K,V> BiPredicate<K,V> |
BiPredicates.nonNull() |
static <K,V> BiPredicate<K,V> |
BiPredicates.or(BiPredicate<? super K,? super V>... predicates) |
BiPredicate<K,V> |
BiPredicates.AbstractBiPredicate.or(BiPredicate<? super K,? super V> p) |
static <K,V> BiPredicate<K,V> |
BiPredicates.or(BiPredicate<? super K,? super V> first,
BiPredicate<? super K,? super V> second) |
static <K,V> BiPredicate<K,V> |
BiPredicates.or(BiPredicate<? super K,? super V> first,
Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
BiPredicate<L,R> |
BiPredicate.or(BiPredicate<? super L,? super R> p) |
static <K,V> BiPredicate<K,V> |
BiPredicates.or(Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
static <K,V> BiPredicate<K,V> |
BiPredicates.xor(BiPredicate<? super K,? super V>... predicates) |
BiPredicate<K,V> |
BiPredicates.AbstractBiPredicate.xor(BiPredicate<? super K,? super V> p) |
static <K,V> BiPredicate<K,V> |
BiPredicates.xor(BiPredicate<? super K,? super V> first,
BiPredicate<? super K,? super V> second) |
static <K,V> BiPredicate<K,V> |
BiPredicates.xor(BiPredicate<? super K,? super V> first,
Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
BiPredicate<L,R> |
BiPredicate.xor(BiPredicate<? super L,? super R> p) |
static <K,V> BiPredicate<K,V> |
BiPredicates.xor(Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
Modifier and Type | Method and Description |
---|---|
BiPredicate<K,V> |
BiPredicates.AbstractBiPredicate.and(BiPredicate<? super K,? super V> p) |
static <K,V> BiPredicate<K,V> |
BiPredicates.and(BiPredicate<? super K,? super V> first,
BiPredicate<? super K,? super V> second) |
static <K,V> BiPredicate<K,V> |
BiPredicates.and(BiPredicate<? super K,? super V> first,
BiPredicate<? super K,? super V> second) |
static <K,V> BiPredicate<K,V> |
BiPredicates.and(BiPredicate<? super K,? super V> first,
Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
BiPredicate<L,R> |
BiPredicate.and(BiPredicate<? super L,? super R> p) |
static <K,V> BiPredicate<K,V> |
BiPredicates.negate(BiPredicate<? super K,? super V> biPredicate) |
static <K,V> BiPredicate<K,V> |
BiPredicates.or(BiPredicate<? super K,? super V>... predicates) |
BiPredicate<K,V> |
BiPredicates.AbstractBiPredicate.or(BiPredicate<? super K,? super V> p) |
static <K,V> BiPredicate<K,V> |
BiPredicates.or(BiPredicate<? super K,? super V> first,
BiPredicate<? super K,? super V> second) |
static <K,V> BiPredicate<K,V> |
BiPredicates.or(BiPredicate<? super K,? super V> first,
BiPredicate<? super K,? super V> second) |
static <K,V> BiPredicate<K,V> |
BiPredicates.or(BiPredicate<? super K,? super V> first,
Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
BiPredicate<L,R> |
BiPredicate.or(BiPredicate<? super L,? super R> p) |
static <K,V> BiPredicate<K,V> |
BiPredicates.xor(BiPredicate<? super K,? super V>... predicates) |
BiPredicate<K,V> |
BiPredicates.AbstractBiPredicate.xor(BiPredicate<? super K,? super V> p) |
static <K,V> BiPredicate<K,V> |
BiPredicates.xor(BiPredicate<? super K,? super V> first,
BiPredicate<? super K,? super V> second) |
static <K,V> BiPredicate<K,V> |
BiPredicates.xor(BiPredicate<? super K,? super V> first,
BiPredicate<? super K,? super V> second) |
static <K,V> BiPredicate<K,V> |
BiPredicates.xor(BiPredicate<? super K,? super V> first,
Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
BiPredicate<L,R> |
BiPredicate.xor(BiPredicate<? super L,? super R> p) |
Modifier and Type | Method and Description |
---|---|
static <K,V> BiPredicate<K,V> |
BiPredicates.and(BiPredicate<? super K,? super V> first,
Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
static <K,V> BiPredicate<K,V> |
BiPredicates.and(Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
static <K,V> BiPredicate<K,V> |
BiPredicates.or(BiPredicate<? super K,? super V> first,
Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
static <K,V> BiPredicate<K,V> |
BiPredicates.or(Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
static <K,V> BiPredicate<K,V> |
BiPredicates.xor(BiPredicate<? super K,? super V> first,
Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
static <K,V> BiPredicate<K,V> |
BiPredicates.xor(Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
Modifier and Type | Method and Description |
---|---|
boolean |
MapStream.allMatch(BiPredicate<? super K,? super V> predicate) |
boolean |
MapStream.AbstractMapStream.allMatch(BiPredicate<? super K,? super V> biPredicate) |
static <K,V> boolean |
MapStream.Impl.allMatch(MapStream<K,V> s,
BiPredicate<? super K,? super V> biPredicate) |
boolean |
MapStream.anyMatch(BiPredicate<? super K,? super V> predicate) |
boolean |
MapStream.AbstractMapStream.anyMatch(BiPredicate<? super K,? super V> biPredicate) |
static <K,V> boolean |
MapStream.Impl.anyMatch(MapStream<K,V> s,
BiPredicate<? super K,? super V> biPredicate) |
MapStream<K,V> |
MapStream.filter(BiPredicate<? super K,? super V> predicate) |
MapStream<K,V> |
MapStream.AbstractMapStream.filter(BiPredicate<? super K,? super V> biPredicate) |
static <K,V> MapStream<K,V> |
MapStream.Impl.filter(MapStream<K,V> s,
BiPredicate<? super K,? super V> predicate) |
boolean |
MapStream.noneMatch(BiPredicate<? super K,? super V> predicate) |
boolean |
MapStream.AbstractMapStream.noneMatch(BiPredicate<? super K,? super V> biPredicate) |
Copyright © 2012-2014 Julian Hyde. All Rights Reserved.