@FunctionalInterface
public static interface DynamicType.BiParser<E,T>
| Modifier and Type | Method and Description |
|---|---|
T |
parse(ExecutionContext<E> executionContext,
StringReader stringReader) |
T parse(ExecutionContext<E> executionContext, StringReader stringReader) throws ArgumentParseException, java.lang.RuntimeException
ArgumentParseExceptionjava.lang.RuntimeException