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
Invoke.Externalizer
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description R
apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K,V> view)
void
inject(org.infinispan.factories.ComponentRegistry registry)
-