Class ValueMapperWithKey<K, V, VR, TJVMK, TJVMV, TJVMVR>
KNet extension of ValueMapperWithKey<K, V, VR>
public class ValueMapperWithKey<K, V, VR, TJVMK, TJVMV, TJVMVR> : ValueMapperWithKey<TJVMK, TJVMV, TJVMVR>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IValueMapperWithKey<TJVMK, TJVMV, TJVMVR>, IJVMBridgeBase, IJVMBridgeDefinition, IGenericSerDesFactoryApplier
Type Parameters
K
key value type
V
first value type
VR
joined value type
TJVMK
The JVM type of
K
TJVMV
The JVM type of
V
TJVMVR
The JVM type of
VR
- Inheritance
-
ValueMapperWithKey<TJVMK, TJVMV, TJVMVR>ValueMapperWithKey<K, V, VR, TJVMK, TJVMV, TJVMVR>
- Implements
-
IValueMapperWithKey<TJVMK, TJVMV, TJVMVR>
- 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 Func<ValueMapperWithKey<K, V, VR, TJVMK, TJVMV, TJVMVR>, VR> OnApply { get; set; }
Property Value
- Func<ValueMapperWithKey<K, V, VR, TJVMK, TJVMV, TJVMVR>, VR>
Remarks
Value
The V
content
public virtual V Value { get; }
Property Value
- V
Methods
Apply()
public virtual VR Apply()
Returns
- VR
VR
Apply(TJVMK, TJVMV)
public override TJVMVR Apply(TJVMK arg0, TJVMV arg1)
Parameters
arg0
TJVMKK
arg1
TJVMVV
Returns
- TJVMVR
VR