Class Function<V, KO>
KNet implementation of Function<V, KO, TJVMV, TJVMKO>
public class Function<V, KO> : Function<V, KO, byte[], byte[]>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IFunction<byte[], byte[]>, IJVMBridgeBase, IJVMBridgeDefinition, IGenericSerDesFactoryApplier
Type Parameters
V
The key type
KO
The value type
- Inheritance
-
Function<V, KO>
- Implements