Class EnumerableKeyValueMapper<K, V, KR, VR, TJVMK, TJVMV, TJVMKR, TJVMVR>
KNet extension of KeyValueMapper<K, V, VR, TJVMK, TJVMV, TJVMVR>
public class EnumerableKeyValueMapper<K, V, KR, VR, TJVMK, TJVMV, TJVMKR, TJVMVR> : KeyValueMapper<K, V, VR, TJVMK, TJVMV, Iterable<KeyValue<TJVMKR, TJVMVR>>>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IKeyValueMapper<TJVMK, TJVMV, Iterable<KeyValue<TJVMKR, TJVMVR>>>, IJVMBridgeBase, IJVMBridgeDefinition, IGenericSerDesFactoryApplier
Type Parameters
K
key value type
V
first value type
KR
first value type
VR
joined value type
TJVMK
The JVM type of
K
TJVMV
The JVM type of
V
TJVMKR
The JVM type of
KR
TJVMVR
The JVM type of
VR
- Inheritance
-
EnumerableKeyValueMapper<K, V, KR, VR, TJVMK, TJVMV, TJVMKR, TJVMVR>
- Implements
- Derived
- Inherited Members
Properties
OnApply
public Func<K, V, IEnumerable<(KR, VR)>> OnApply { get; set; }
Property Value
- Func<K, V, IEnumerable<(KR, VR)>>
Remarks
If OnApply has a value it takes precedence over corresponding class method
Methods
Apply(K, V)
public virtual IEnumerable<(KR, VR)> Apply(K arg0, V arg1)
Parameters
arg0
KK
arg1
VV
Returns
- IEnumerable<(KR, VR)>
VR
Apply(TJVMK, TJVMV)
public override Iterable<KeyValue<TJVMKR, TJVMVR>> Apply(TJVMK arg0, TJVMV arg1)
Parameters
arg0
TJVMKK
arg1
TJVMVV