Class ValueJoinerWithKey<K1, V1, V2, VR>
KNet extension of ValueJoinerWithKey<K1, V1, V2, VR, TJVMK1, TJVMV1, TJVMV2, TJVMVR>
public class ValueJoinerWithKey<K1, V1, V2, VR> : ValueJoinerWithKey<K1, V1, V2, VR, byte[], byte[], byte[], byte[]>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IValueJoinerWithKey<byte[], byte[], byte[], byte[]>, IJVMBridgeBase, IJVMBridgeDefinition, IGenericSerDesFactoryApplier
Type Parameters
K1
key value type
V1
first value type
V2
second value type
VR
joined value type
- Inheritance
-
ValueJoinerWithKey<K1, V1, V2, VR>
- Implements