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
KThe key type
VThe value type
KOThe Key output type
- Inheritance
-
BiFunction<K, V, KO>
- Implements