Package | Description |
---|---|
java8.util.function |
Functional interfaces provide target types for lambda expressions
and method references.
|
Modifier and Type | Method and Description |
---|---|
static <T,U> BiPredicate<T,U> |
BiPredicates.and(BiPredicate<? super T,? super U> this_,
BiPredicate<? super T,? super U> other)
Returns a composed predicate that represents a short-circuiting logical
AND of the
this_ predicate and another. |
static <T,U> BiPredicate<T,U> |
BiPredicates.negate(BiPredicate<? super T,? super U> this_)
Returns a predicate that represents the logical negation of the
this_
predicate. |
static <T,U> BiPredicate<T,U> |
BiPredicates.or(BiPredicate<? super T,? super U> this_,
BiPredicate<? super T,? super U> other)
Returns a composed predicate that represents a short-circuiting logical
OR of the
this_ predicate and another. |
Modifier and Type | Method and Description |
---|---|
static <T,U> BiPredicate<T,U> |
BiPredicates.and(BiPredicate<? super T,? super U> this_,
BiPredicate<? super T,? super U> other)
Returns a composed predicate that represents a short-circuiting logical
AND of the
this_ predicate and another. |
static <T,U> BiPredicate<T,U> |
BiPredicates.and(BiPredicate<? super T,? super U> this_,
BiPredicate<? super T,? super U> other)
Returns a composed predicate that represents a short-circuiting logical
AND of the
this_ predicate and another. |
static <T,U> BiPredicate<T,U> |
BiPredicates.negate(BiPredicate<? super T,? super U> this_)
Returns a predicate that represents the logical negation of the
this_
predicate. |
static <T,U> BiPredicate<T,U> |
BiPredicates.or(BiPredicate<? super T,? super U> this_,
BiPredicate<? super T,? super U> other)
Returns a composed predicate that represents a short-circuiting logical
OR of the
this_ predicate and another. |
static <T,U> BiPredicate<T,U> |
BiPredicates.or(BiPredicate<? super T,? super U> this_,
BiPredicate<? super T,? super U> other)
Returns a composed predicate that represents a short-circuiting logical
OR of the
this_ predicate and another. |
Copyright © 2017. All rights reserved.