Package | Description |
---|---|
org.unitConverter.math |
Supplementary classes that are not related to units, but are necessary for their function.
|
Modifier and Type | Method and Description |
---|---|
ExpressionParser.Builder<T> |
ExpressionParser.Builder.addBinaryOperator(java.lang.String text,
java.util.function.BinaryOperator<T> operator,
int priority)
Adds a binary operator to the builder.
|
ExpressionParser.Builder<T> |
ExpressionParser.Builder.addSpaceFunction(java.lang.String operator)
Adds a function for spaces.
|
ExpressionParser.Builder<T> |
ExpressionParser.Builder.addUnaryOperator(java.lang.String text,
java.util.function.UnaryOperator<T> operator,
int priority)
Adds a unary operator to the builder.
|