Package net.orbyfied.j8.util.math.expr
Class ExpressionFunction.TypedWrappedFunction
java.lang.Object
net.orbyfied.j8.util.math.expr.ExpressionFunction.TypedWrappedFunction
- All Implemented Interfaces:
ExpressionFunction<ExpressionNode>
- Enclosing interface:
- ExpressionFunction<T>
public static class ExpressionFunction.TypedWrappedFunction
extends Object
implements ExpressionFunction<ExpressionNode>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.orbyfied.j8.util.math.expr.ExpressionFunction
ExpressionFunction.TypedWrappedFunction -
Constructor Summary
ConstructorsConstructorDescriptionTypedWrappedFunction(ExpressionFunction<ExpressionValue<?>> func, List<String> types) -
Method Summary
-
Constructor Details
-
TypedWrappedFunction
-
-
Method Details
-
call
- Specified by:
callin interfaceExpressionFunction<ExpressionNode>
-