Package gov.nih.mipav.model.file
Class jxlatte.FunctionalHelper
java.lang.Object
gov.nih.mipav.model.file.jxlatte.FunctionalHelper
- Enclosing class:
jxlatte
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T,U> Supplier <U> <T> Tjoin(CompletableFuture<T> future) <T> T[]join(IntFunction<T[]> generator, CompletableFuture<?>... futures) Joins all of the futures and preserves their order<T> T[]join(IntFunction<T[]> generator, Iterator<? extends CompletableFuture<?>> futures) Joins all of the futures and preserves their order<E> Eprivate <E extends Throwable>
void
-
Constructor Details
-
FunctionalHelper
private FunctionalHelper()
-
-
Method Details
-
sneakyThrow0
- Throws:
E
-
sneakyThrow
-
constant
-
join
-
join
Joins all of the futures and preserves their order -
join
Joins all of the futures and preserves their order
-