Class ForeachAction<K, V, TJVMK, TJVMV>
KNet extension of ForeachAction<K, V>
public class ForeachAction<K, V, TJVMK, TJVMV> : ForeachAction<TJVMK, TJVMV>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IForeachAction<TJVMK, TJVMV>, IJVMBridgeBase, IJVMBridgeDefinition, IGenericSerDesFactoryApplier
Type Parameters
K
key value type
V
first value type
TJVMK
The JVM type of
K
TJVMV
The JVM type of
V
- Inheritance
-
ForeachAction<TJVMK, TJVMV>ForeachAction<K, V, TJVMK, TJVMV>
- Implements
-
IForeachAction<TJVMK, TJVMV>
- Derived
- Inherited Members
Properties
Factory
Returns the current IGenericSerDesFactory
protected IGenericSerDesFactory Factory { get; }
Property Value
Key
The K
content
public virtual K Key { get; }
Property Value
- K
OnApply
public Action<ForeachAction<K, V, TJVMK, TJVMV>> OnApply { get; set; }
Property Value
- Action<ForeachAction<K, V, TJVMK, TJVMV>>
Remarks
Value
The V
content
public virtual V Value { get; }
Property Value
- V
Methods
Apply()
public virtual void Apply()
Apply(TJVMK, TJVMV)
public override sealed void Apply(TJVMK arg0, TJVMV arg1)
Parameters
arg0
TJVMKK
arg1
TJVMVV