| 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 |
GridAbsPredicateX
Convenient predicate subclass that allows for thrown grid exception.
|
| Modifier and Type | Method and Description |
|---|---|
static GridAbsPredicate |
GridFunc.as(Callable<Boolean> c)
Converts given closure to predicate.
|
static <T> GridAbsPredicate |
GridFunc.curry(IgnitePredicate<? super T> f,
T e)
Curries given closure.
|
static GridAbsPredicate |
GridFunc.limit(int n)
Gets absolute (no-arg) predicate that returns
true first n-times
it's called - and false thereafter. |
| Modifier and Type | Method and Description |
|---|---|
static IgniteOutClosure<Boolean> |
GridFunc.as(GridAbsPredicate p)
Converts given predicate to closure.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PA
Defines
alias for GridAbsPredicate by extending it. |
| Modifier and Type | Class and Description |
|---|---|
class |
PAX
Defines
alias for GridAbsPredicateX by extending it. |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015