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