Click or drag to resize

ITransactionalMapTKey, TValueValues Method (IPredicate)

Transactional implementation of Values(IPredicate) .

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
ICollection<TValue> Values(
	IPredicate predicate
)

Parameters

predicate
Type: Hazelcast.CoreIPredicate

Return Value

Type: ICollectionTValue
See Also