Ignite - In-Memory Data Fabric
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- Type Parameters:
E1 - Type of the first parameter.E2 - Type of the second parameter.R - Type of the closure's return value.
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- C2<E1,E2,R>
- All Known Implementing Classes:
- CX2, IgniteClosure2X, IgniteTxLocalAdapter.FinishClosure, IgniteTxLocalAdapter.PLC1, IgniteTxLocalAdapter.PLC2, IgniteTxLocalAdapter.PMC, IgniteTxLocalAdapter.PostLockClosure1, IgniteTxLocalAdapter.PostLockClosure2, IgniteTxLocalAdapter.PostMissClosure
public interface IgniteBiClosure<E1,E2,R>
extends Serializable
Defines generic closure with two parameters. Bi-Closure is a simple executable which
accepts two parameters and returns a value.
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
R |
apply(E1 e1,
E2 e2)
Closure body.
|
-
-
Method Detail
-
apply
R apply(E1 e1,
E2 e2)
Closure body.
- Parameters:
e1 - First parameter.e2 - Second parameter.
- Returns:
- Closure return value.
Ignite - In-Memory Data Fabric
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
| | |
| Ignite Fabric | : ver. 1.1.0-incubating | | Release Date | : May 20 2015 | |