Package | Description |
---|---|
java.util.function |
Modifier and Type | Method and Description |
---|---|
default BiPredicate<T,U> |
BiPredicate.and(BiPredicate<? super T,? super U> other) |
default BiPredicate<T,U> |
BiPredicate.negate() |
default BiPredicate<T,U> |
BiPredicate.or(BiPredicate<? super T,? super U> other) |
Modifier and Type | Method and Description |
---|---|
default BiPredicate<T,U> |
BiPredicate.and(BiPredicate<? super T,? super U> other) |
default BiPredicate<T,U> |
BiPredicate.or(BiPredicate<? super T,? super U> other) |
Copyright © 2018. All rights reserved.