public class BiPredicates extends Object
BiPredicate
objects.Modifier and Type | Class and Description |
---|---|
static class |
BiPredicates.AbstractBiPredicate<K,V> |
Modifier and Type | Method and Description |
---|---|
static <K,V> BiPredicate<K,V> |
alwaysFalse() |
static <K,V> BiPredicate<K,V> |
alwaysTrue() |
static <K,V> BiPredicate<K,V> |
and(BiPredicate<? super K,? super V> first,
BiPredicate<? super K,? super V> second) |
static <K,V> BiPredicate<K,V> |
and(BiPredicate<? super K,? super V> first,
Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
static <K,V> BiPredicate<K,V> |
and(Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
static <K,V> BiPredicate<K,V> |
isNull() |
static <K,V> BiPredicate<K,V> |
negate(BiPredicate<? super K,? super V> biPredicate) |
static <K,V> BiPredicate<K,V> |
nonNull() |
static <K,V> BiPredicate<K,V> |
or(BiPredicate<? super K,? super V>... predicates) |
static <K,V> BiPredicate<K,V> |
or(BiPredicate<? super K,? super V> first,
BiPredicate<? super K,? super V> second) |
static <K,V> BiPredicate<K,V> |
or(BiPredicate<? super K,? super V> first,
Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
static <K,V> BiPredicate<K,V> |
or(Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
static <K,V> BiPredicate<K,V> |
xor(BiPredicate<? super K,? super V>... predicates) |
static <K,V> BiPredicate<K,V> |
xor(BiPredicate<? super K,? super V> first,
BiPredicate<? super K,? super V> second) |
static <K,V> BiPredicate<K,V> |
xor(BiPredicate<? super K,? super V> first,
Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
static <K,V> BiPredicate<K,V> |
xor(Iterable<? extends BiPredicate<? super K,? super V>> predicates) |
public static <K,V> BiPredicate<K,V> isNull()
public static <K,V> BiPredicate<K,V> nonNull()
public static <K,V> BiPredicate<K,V> alwaysFalse()
public static <K,V> BiPredicate<K,V> alwaysTrue()
public static <K,V> BiPredicate<K,V> negate(BiPredicate<? super K,? super V> biPredicate)
public static <K,V> BiPredicate<K,V> and(BiPredicate<? super K,? super V> first, BiPredicate<? super K,? super V> second)
public static <K,V> BiPredicate<K,V> and(Iterable<? extends BiPredicate<? super K,? super V>> predicates)
public static <K,V> BiPredicate<K,V> and(BiPredicate<? super K,? super V> first, Iterable<? extends BiPredicate<? super K,? super V>> predicates)
public static <K,V> BiPredicate<K,V> or(BiPredicate<? super K,? super V> first, BiPredicate<? super K,? super V> second)
public static <K,V> BiPredicate<K,V> or(Iterable<? extends BiPredicate<? super K,? super V>> predicates)
public static <K,V> BiPredicate<K,V> or(BiPredicate<? super K,? super V> first, Iterable<? extends BiPredicate<? super K,? super V>> predicates)
public static <K,V> BiPredicate<K,V> or(BiPredicate<? super K,? super V>... predicates)
public static <K,V> BiPredicate<K,V> xor(BiPredicate<? super K,? super V> first, BiPredicate<? super K,? super V> second)
public static <K,V> BiPredicate<K,V> xor(Iterable<? extends BiPredicate<? super K,? super V>> predicates)
public static <K,V> BiPredicate<K,V> xor(BiPredicate<? super K,? super V> first, Iterable<? extends BiPredicate<? super K,? super V>> predicates)
public static <K,V> BiPredicate<K,V> xor(BiPredicate<? super K,? super V>... predicates)
Copyright © 2012-2014 Julian Hyde. All Rights Reserved.