Class EnumerableValueMapperWithKey<K, V, VR, TJVMK, TJVMV, TJVMVR>
KNet extension of ValueMapperWithKey<K, V, VR, TJVMK, TJVMV, TJVMVR>
public class EnumerableValueMapperWithKey<K, V, VR, TJVMK, TJVMV, TJVMVR> : ValueMapperWithKey<K, V, VR, TJVMK, TJVMV, Iterable<TJVMVR>>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IValueMapperWithKey<TJVMK, TJVMV, Iterable<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, Iterable<TJVMVR>>ValueMapperWithKey<K, V, VR, TJVMK, TJVMV, Iterable<TJVMVR>>EnumerableValueMapperWithKey<K, V, VR, TJVMK, TJVMV, TJVMVR>
- Implements
-
IValueMapperWithKey<TJVMK, TJVMV, Iterable<TJVMVR>>
- Derived
- Inherited Members
Properties
Key
The K
content
public override K Key { get; }
Property Value
- K
OnApply
public Func<EnumerableValueMapperWithKey<K, V, VR, TJVMK, TJVMV, TJVMVR>, IEnumerable<VR>> OnApply { get; set; }
Property Value
- Func<EnumerableValueMapperWithKey<K, V, VR, TJVMK, TJVMV, TJVMVR>, IEnumerable<VR>>
Remarks
Value
The V
content
public override V Value { get; }
Property Value
- V
Methods
Apply()
public virtual IEnumerable<VR> Apply()
Returns
- IEnumerable<VR>
VR
Apply(TJVMK, TJVMV)
public override Iterable<TJVMVR> Apply(TJVMK arg0, TJVMV arg1)
Parameters
arg0
TJVMKK
arg1
TJVMVV
Returns
- Iterable<TJVMVR>
Java.Lang.Iterable