Class Mul

    • Constructor Summary

      Constructors 
      Constructor Description
      Mul()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.function.Function<java.lang.Integer,​java.lang.Integer> apply​(java.lang.Integer multiplier)  
      static java.lang.Integer apply​(java.lang.Integer multiplier, java.lang.Integer multiplicand)  
      protected java.util.function.Function<java.util.List<Term>,​Flow<Graph,​Term>> implementation()
      A dynamic/interpreted implementation of the function
      Name name()
      The unique name of the primitive function
      TypeScheme type()
      The datatype of the primitive function
      • Methods inherited from class java.lang.Object

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

      • Mul

        public Mul()
    • Method Detail

      • apply

        public static java.util.function.Function<java.lang.Integer,​java.lang.Integer> apply​(java.lang.Integer multiplier)
      • apply

        public static java.lang.Integer apply​(java.lang.Integer multiplier,
                                              java.lang.Integer multiplicand)