Uses of Class
com.tangosol.util.processor.ConditionalPut

Packages that use ConditionalPut
Package
Description
Contains various generic utilities.
  • Uses of ConditionalPut in com.tangosol.util

    Methods in com.tangosol.util that return ConditionalPut
    Modifier and Type
    Method
    Description
    static <K, V> ConditionalPut<K,V>
    Processors.put(Filter<?> filter, V value)
    Construct a put processor that updates an entry with a new value if and only if the filter applied to the entry evaluates to true.
    static <K, V> ConditionalPut<K,V>
    Processors.put(Filter<?> filter, V value, boolean fReturn)
    Construct a put processor that updates an entry with a new value if and only if the filter applied to the entry evaluates to true.