Module com.github.akurilov.commons
Interface ExpressionInput<T>
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,Input<T>
- All Known Subinterfaces:
ExternEvalExpressionInput<T>
public interface ExpressionInput<T> extends Input<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceExpressionInput.Builder<T>
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static <T> ExpressionInput.Builder<T>builder()java.lang.Stringexpr()default voidreset()Reset this input making this readable from the beginningjava.lang.Class<T>type()
-