OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BiPredicate
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/java/java/util/function/
BiPredicate.java
43
public interface
BiPredicate
<T, U> {
71
default
BiPredicate
<T, U> and(
BiPredicate
<? super T, ? super U> other) {
83
default
BiPredicate
<T, U> negate() {
103
default
BiPredicate
<T, U> or(
BiPredicate
<? super T, ? super U> other) {
/prebuilts/sdk/24/
android.jar
/prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.0.6/
rxjava-2.0.6.jar
Completed in 517 milliseconds