Package one.microstream.cache
Interface EntryProcessorResult<T>
- All Superinterfaces:
javax.cache.processor.EntryProcessorResult<T>
public interface EntryProcessorResult<T>
extends javax.cache.processor.EntryProcessorResult<T>
-
Method Summary
Static Methods Modifier and Type Method Description static <T> EntryProcessorResult<T>
New(Exception e)
static <T> EntryProcessorResult<T>
New(T value)