Class RemoveFunction<K,​V>

    • Field Detail

      • EXTERNALIZER

        public static final org.infinispan.commons.marshall.AdvancedExternalizer<RemoveFunction> EXTERNALIZER
    • Constructor Detail

      • RemoveFunction

        public RemoveFunction()
        Call this constructor to create a function that removed a key
      • RemoveFunction

        public RemoveFunction​(V value)
        Call this constructor to create a function that removed a key/value pair
        Parameters:
        value - value to be removed
    • Method Detail

      • apply

        public Boolean apply​(org.infinispan.functional.EntryView.ReadWriteEntryView<K,​Bucket<V>> entryView)
        Specified by:
        apply in interface Function<K,​V>