Package monads

Class Test2


  • public class Test2
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Test2()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static <R,​E>
      IIntermediateFuture<R>
      mapAsync​(IFuture<? extends java.util.Collection<E>> orig, java.util.function.Function<E,​IFuture<R>> function)  
      • Methods inherited from class java.lang.Object

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

      • Test2

        public Test2()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • mapAsync

        public static <R,​E> IIntermediateFuture<R> mapAsync​(IFuture<? extends java.util.Collection<E>> orig,
                                                                  java.util.function.Function<E,​IFuture<R>> function)