Class AddFunction<K extends CounterKey>

    • Field Detail

      • EXTERNALIZER

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

      • AddFunction

        public AddFunction​(long delta)
    • Method Detail

      • getLog

        protected Log getLog()
      • apply

        public final R apply​(org.infinispan.functional.EntryView.ReadWriteEntryView<K,​CounterValue> entryView)
        Specified by:
        apply in interface Function<K extends CounterKey,​R>