Class Variable.Plus

All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
Variable<A>

class Variable.Plus extends MultiTransform<A,A>
  • Constructor Details

  • Method Details

    • apply

      public Iterable<A> apply(A arg)
      Description copied from class: MultiTransform
      Transforms a target to be matched into an enumeration of targets for the subpattern.
      Specified by:
      apply in class MultiTransform<A,A>
      Parameters:
      arg - the target for this pattern to be matched against.
      Returns:
      an enumeration of targets (possibly empty) for Unary.body to be matched against.