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