Class MapList

    • Constructor Summary

      Constructors 
      Constructor Description
      MapList()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static <S,​X,​Y>
      java.util.function.Function<java.util.List<X>,​Flow<S,​java.util.List<Y>>>
      apply​(java.util.function.Function<X,​Flow<S,​Y>> mapping)  
      static <S,​X,​Y>
      Flow<S,​java.util.List<Y>>
      apply​(java.util.function.Function<X,​Flow<S,​Y>> mapping, java.util.List<X> list)  
      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

      • MapList

        public MapList()
    • Method Detail

      • apply

        public static <S,​X,​Y> java.util.function.Function<java.util.List<X>,​Flow<S,​java.util.List<Y>>> apply​(java.util.function.Function<X,​Flow<S,​Y>> mapping)
      • apply

        public static <S,​X,​Y> Flow<S,​java.util.List<Y>> apply​(java.util.function.Function<X,​Flow<S,​Y>> mapping,
                                                                                java.util.List<X> list)