Class Invoke<K,V,R>

java.lang.Object
org.infinispan.jcache.embedded.functions.Invoke<K,V,R>
All Implemented Interfaces:
Function<org.infinispan.functional.EntryView.ReadWriteEntryView<K,V>,R>, org.infinispan.commands.functional.functions.InjectableComponent

public class Invoke<K,V,R> extends Object implements Function<org.infinispan.functional.EntryView.ReadWriteEntryView<K,V>,R>, org.infinispan.commands.functional.functions.InjectableComponent
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Invoke(javax.cache.processor.EntryProcessor<K,V,R> processor, Object[] arguments, boolean storeByReference)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K,V> view)
     
    void
    inject(org.infinispan.factories.ComponentRegistry registry)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Constructor Details

    • Invoke

      public Invoke(javax.cache.processor.EntryProcessor<K,V,R> processor, Object[] arguments, boolean storeByReference)
  • Method Details

    • inject

      public void inject(org.infinispan.factories.ComponentRegistry registry)
      Specified by:
      inject in interface org.infinispan.commands.functional.functions.InjectableComponent
    • apply

      public R apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K,V> view)
      Specified by:
      apply in interface Function<K,V>