T - the type of objects that this constructor createsChildReader<T,java.lang.Object>, java.util.function.Function<Context,T>, ObjectReader<T>@FunctionalInterface public interface Int7Constructor<T> extends ObjectReader<T>
It can also read these integers from the input in order to call create(int, int, int, int, int, int, int) with the parsed values, which makes
it an ObjectReader.
| Modifier and Type | Method | Description |
|---|---|---|
T |
create(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6) |
Creates a new instance.
|
default T |
read(@NotNull Context context) |
Reads an object from the given
Context, consuming as much input as necessary. |
apply, read, then, then, thenArray, thenArray, thenArray, thenArrayLine, thenChild, thenDouble, thenDoubleArrayLine, thenField, thenFieldAndVar, thenFields, thenFieldsAndVars, thenInt, thenIntArrayLine, thenList, thenList, thenList, thenListLine, thenLongArrayLine, thenObject, thenSkip, thenString, thenStringArrayLine, thenVar, thenVarsT create(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
arg0 - an int argumentarg1 - an int argumentarg2 - an int argumentarg3 - an int argumentarg4 - an int argumentarg5 - an int argumentarg6 - an int argumentdefault T read(@NotNull @NotNull Context context)
ObjectReaderContext, consuming as much input as necessary.read in interface ObjectReader<T>context - the context to read lines from