Click or drag to resize

ConditionalPut Constructor

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Overload List
  NameDescription
Public methodConditionalPut
Default constructor.
Public methodConditionalPut(IFilter, Object)
Construct a ConditionalPut that updates an entry with a new value if and only if the filter applied to the entry evaluates to true.
Public methodConditionalPut(IFilter, Object, Boolean)
Construct a ConditionalPut that updates an entry with a new value if and only if the filter applied to the entry evaluates to true.
Top
See Also