Class FreeVariable

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  FreeVariable.Case<X>  
    • Constructor Summary

      Constructors 
      Constructor Description
      FreeVariable()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract <X> X variable​(FreeVariable.Case<X> variable)  
      • Methods inherited from class java.lang.Object

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

      • FreeVariable

        public FreeVariable()