public abstract class ActionRunner<K,V> extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
postMutate(Action<K,V,?> action) |
abstract void |
postMutate(Action<K,V,?> action,
Object arg) |
boolean |
preMutate(Action<K,V,?> action) |
abstract boolean |
preMutate(Action<K,V,?> action,
Object arg) |
Copyright © 2018 trivago. All rights reserved.