Class Remove

    • Constructor Summary

      Constructors 
      Constructor Description
      Remove()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static <K,​V>
      java.util.function.Function<java.util.Map<K,​V>,​java.util.Map<K,​V>>
      apply​(K k)  
      static <K,​V>
      java.util.Map<K,​V>
      apply​(K k, java.util.Map<K,​V> before)
      Apply the function to both arguments.
      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

      • Remove

        public Remove()
    • Method Detail

      • apply

        public static <K,​V> java.util.function.Function<java.util.Map<K,​V>,​java.util.Map<K,​V>> apply​(K k)
      • apply

        public static <K,​V> java.util.Map<K,​V> apply​(K k,
                                                                 java.util.Map<K,​V> before)
        Apply the function to both arguments.