Class Predicate<K, V>
KNet implementation of Predicate<K, V, TJVMK, TJVMV>
public class Predicate<K, V> : Predicate<K, V, byte[], byte[]>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IPredicate<byte[], byte[]>, IJVMBridgeBase, IJVMBridgeDefinition, IGenericSerDesFactoryApplier
Type Parameters
K
The key type
V
The value type
- Inheritance
-
Predicate<K, V>
- Implements
- Derived