| Package | Description |
|---|---|
| com.hazelcast.internal.util.function |
Backport of Java 8 functional interfaces which Agrona depends on.
|
| Modifier and Type | Method and Description |
|---|---|
default BiPredicateEx<T,U> |
BiPredicateEx.and(BiPredicateEx<? super T,? super U> other)
Serializable variant of java.util.function.BiPredicate#and(BiPredicate). |
default BiPredicateEx<T,U> |
BiPredicateEx.negate()
Serializable variant of java.util.function.BiPredicate#negate(). |
default BiPredicateEx<T,U> |
BiPredicateEx.or(BiPredicateEx<? super T,? super U> other)
Serializable variant of java.util.function.BiPredicate#or(BiPredicate). |
| Modifier and Type | Method and Description |
|---|---|
default BiPredicateEx<T,U> |
BiPredicateEx.and(BiPredicateEx<? super T,? super U> other)
Serializable variant of java.util.function.BiPredicate#and(BiPredicate). |
default BiPredicateEx<T,U> |
BiPredicateEx.or(BiPredicateEx<? super T,? super U> other)
Serializable variant of java.util.function.BiPredicate#or(BiPredicate). |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.