Class ImplicitFunction.Curried

  • Enclosing class:
    ImplicitFunction

    public static class ImplicitFunction.Curried
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Curried​(java.lang.String name, int[] derivation, Generic[] subscript)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Generic apply​(Generic[] parameter)  
      • Methods inherited from class java.lang.Object

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

      • Curried

        public Curried​(java.lang.String name,
                       int[] derivation,
                       Generic[] subscript)