Package net.orbyfied.j8.util.math.expr
Interface ExpressionFunction<T>
- All Known Implementing Classes:
ExpressionFunction.TypedWrappedFunction
public interface ExpressionFunction<T>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ExpressionValue<?>make(ExpressionFunction<ExpressionValue<?>> func) static ExpressionValue<?>make(ExpressionFunction<ExpressionValue<?>> func, String... types) static ExpressionValue<?>make(ExpressionFunction<ExpressionValue<?>> func, List<String> types) static ExpressionFunction<ExpressionNode>wrap(ExpressionFunction<ExpressionValue<?>> func, List<String> types)
-
Method Details
-
wrap
static ExpressionFunction<ExpressionNode> wrap(ExpressionFunction<ExpressionValue<?>> func, List<String> types) -
make
-
make
-
make
-
call
-