Table of Contents

Class EnumerableKeyValueMapper<K, V, KR, VR, TJVMK, TJVMV, TJVMKR, TJVMVR>

Namespace
MASES.KNet.Streams.Kstream
Assembly
MASES.KNet.dll
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
KeyValueMapper<TJVMK, TJVMV, Iterable<KeyValue<TJVMKR, TJVMVR>>>
KeyValueMapper<K, V, VR, TJVMK, TJVMV, Iterable<KeyValue<TJVMKR, TJVMVR>>>
EnumerableKeyValueMapper<K, V, KR, VR, TJVMK, TJVMV, TJVMKR, TJVMVR>
Implements
IKeyValueMapper<TJVMK, TJVMV, Iterable<KeyValue<TJVMKR, TJVMVR>>>
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 K

K

arg1 V

V

Returns

IEnumerable<(KR, VR)>

VR

Apply(TJVMK, TJVMV)

public override Iterable<KeyValue<TJVMKR, TJVMVR>> Apply(TJVMK arg0, TJVMV arg1)

Parameters

arg0 TJVMK

K

arg1 TJVMV

V

Returns

Iterable<KeyValue<TJVMKR, TJVMVR>>

Java.Lang.Iterable