| Package | Description |
|---|---|
| io.datakernel.async |
| Modifier and Type | Method and Description |
|---|---|
default <U> AsyncFunction<T,U> |
AsyncFunction.andThen(AsyncFunction<? super R,? extends U> after) |
default <U> AsyncFunction<T,U> |
AsyncFunction.andThen(Function<? super R,? extends U> after) |
default <U> AsyncFunction<U,R> |
AsyncFunction.compose(AsyncFunction<? super U,? extends T> before) |
default <U> AsyncFunction<U,R> |
AsyncFunction.compose(Function<? super U,? extends T> before) |
static <T> AsyncFunction<T,T> |
AsyncFunction.identity() |
static <T,R> AsyncFunction<T,R> |
AsyncFunction.of(Function<T,R> function) |
| Modifier and Type | Method and Description |
|---|---|
default <U> AsyncFunction<T,U> |
AsyncFunction.andThen(AsyncFunction<? super R,? extends U> after) |
default <U> AsyncFunction<U,R> |
AsyncFunction.compose(AsyncFunction<? super U,? extends T> before) |
static <A,T> AsyncCallable<T> |
AsyncCallable.of(AsyncFunction<? super A,T> function,
A a) |
Copyright © 2019. All rights reserved.