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.
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- CI2<E1,E2>, PlatformCachePluginConfigurationClosure, PlatformPluginConfigurationClosure
- All Known Implementing Classes:
- CIX2, GridDhtCacheAdapter.MessageHandler, IgniteDiagnosticMessage.DiagnosticBaseClosure, IgniteDiagnosticMessage.ExchangeInfoClosure, IgniteDiagnosticMessage.TxEntriesInfoClosure, IgniteDiagnosticMessage.TxInfoClosure, IgniteInClosure2X, StreamVisitor
public interface IgniteBiInClosure<E1,E2>
extends Serializable
Closure with two in-parameters and void return type.
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
void |
apply(E1 e1,
E2 e2)
Closure body.
|
-
-
Method Detail
-
apply
void apply(E1 e1,
E2 e2)
Closure body.
- Parameters:
e1 - First parameter.e2 - Second parameter.
Ignite - In-Memory Data Fabric
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
| | |
| Ignite Fabric | : ver. 2.1.0 | | Release Date | : July 20 2017 | |