Class FunctionCall

java.lang.Object
redempt.crunch.functional.FunctionCall
All Implemented Interfaces:
Cloneable, Token, Value

public class FunctionCall extends Object implements Value
Represents a lazy function call with other lazy values as function arguments
  • Constructor Details

    • FunctionCall

      public FunctionCall(Function function, Value[] values)
  • Method Details