Class BoundExpression

    • Constructor Summary

      Constructors 
      Constructor Description
      BoundExpression()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract <X> X expression​(java.util.function.BiFunction<java.util.List<FreeVariable>,​Expression,​X> expression)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BoundExpression

        public BoundExpression()
    • Method Detail

      • expression

        public abstract <X> X expression​(@FieldNames({"freeVariables","expression"})
                                         java.util.function.BiFunction<java.util.List<FreeVariable>,​Expression,​X> expression)