public class EventFieldWrapper<E,V>
extends java.lang.Object
| Constructor and Description |
|---|
EventFieldWrapper(java.util.function.BiConsumer<E,V> setter,
V defVal) |
EventFieldWrapper(@Nullable java.util.function.Function<E,V> getter,
@Nullable java.util.function.BiConsumer<E,V> setter,
V defVal) |
EventFieldWrapper(java.util.function.Function<E,V> getter,
V defVal) |
| Modifier and Type | Method and Description |
|---|---|
V |
get(E event) |
void |
set(E event,
V val) |