Table of Contents

Class ValueMapper<V, VR, TJVMV, TJVMVR>

Namespace
MASES.KNet.Streams.Kstream
Assembly
MASES.KNet.dll

KNet extension of ValueMapper<V, VR>

public class ValueMapper<V, VR, TJVMV, TJVMVR> : ValueMapper<TJVMV, TJVMVR>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IValueMapper<TJVMV, TJVMVR>, IJVMBridgeBase, IJVMBridgeDefinition, IGenericSerDesFactoryApplier

Type Parameters

V

first value type

VR

joined value type

TJVMV

The JVM type of V

TJVMVR

The JVM type of VR

Inheritance
ValueMapper<TJVMV, TJVMVR>
ValueMapper<V, VR, TJVMV, TJVMVR>
Implements
IValueMapper<TJVMV, TJVMVR>
Derived
Inherited Members

Properties

Factory

Returns the current IGenericSerDesFactory

protected IGenericSerDesFactory Factory { get; }

Property Value

IGenericSerDesFactory

OnApply

public Func<V, VR> OnApply { get; set; }

Property Value

Func<V, VR>

Remarks

If OnApply has a value it takes precedence over corresponding class method

Methods

Apply(V)

public virtual VR Apply(V arg0)

Parameters

arg0 V

V

Returns

VR

VR

Apply(TJVMV)

public override TJVMVR Apply(TJVMV arg0)

Parameters

arg0 TJVMV

V

Returns

TJVMVR

VR