Class IntFunction

All Implemented Interfaces:
Serializable, Term

public class IntFunction extends AbstractFunction
The generic term of applying an integer function.
See Also:
  • Constructor Details

    • IntFunction

      public IntFunction(String name, Term x, IntFunction lambda)
      Constructor.
      Parameters:
      name - the name of function.
      x - the term that the function is applied to.
      lambda - the function/lambda.
  • Method Details

    • bind

      public List<Feature> bind(StructType schema)
      Description copied from interface: Term
      Binds the term to a schema.
      Parameters:
      schema - the schema to bind the term with.
      Returns:
      the feature list.