public interface RuntimeDataHandler<R extends RuntimeData<?>> extends RuntimeHandler<R>
| Modifier and Type | Method and Description |
|---|---|
default java.lang.Object |
handle(R r) |
Data<?> |
handleData(R r) |
Data<?> handleData(R r)
handleData in interface RuntimeHandler<R extends RuntimeData<?>>default java.lang.Object handle(R r)
handle in interface RuntimeHandler<R extends RuntimeData<?>>