| Package | Description |
|---|---|
| org.apache.ignite.internal.util.lang | |
| org.apache.ignite.internal.util.typedef |
Contains typedefs definitions for frequently used classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridPredicate3X<E1,E2,E3>
Convenient predicate subclass that allows for thrown grid exception.
|
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3> GridPredicate3<T1,T2,T3> |
GridFunc.as(GridClosure3<? super T1,? super T2,? super T3,Boolean> c)
Converts given closure to predicate.
|
| Modifier and Type | Method and Description |
|---|---|
static <X1,X2,X3> GridClosure3<X1,X2,X3,Boolean> |
GridFunc.as(GridPredicate3<? super X1,? super X2,? super X3> p)
Converts given predicate to closure.
|
static <A,B,C> boolean |
GridFunc.isAll3(A a,
B b,
C c,
GridPredicate3<? super A,? super B,? super C>... p)
Tests if all provided predicates evaluate to
true for given values. |
static <A,B,C> boolean |
GridFunc.isAny3(A a,
B b,
C c,
GridPredicate3<? super A,? super B,? super C>... p)
Tests if any of provided predicates evaluate to
true for given values. |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C> boolean |
GridFunc.isAll3(A a,
B b,
C c,
Iterable<? extends GridPredicate3<? super A,? super B,? super C>> p)
Tests if all provided predicates evaluate to
true for given values. |
static <A,B,C> boolean |
GridFunc.isAny3(A a,
B b,
C c,
Iterable<? extends GridPredicate3<? super A,? super B,? super C>> p)
Tests if any of provided predicates evaluate to
true for given values. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
P3<T1,T2,T3>
Defines
alias for GridPredicate3 by extending it. |
| Modifier and Type | Class and Description |
|---|---|
class |
PX3<T1,T2,T3>
Defines
alias for GridPredicate3X by extending it. |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015