Function<T,Task<R>>
public interface TaskFunction<T,R> extends Function<T,Task<R>>
Task<R>
apply(T t)
andThen, compose
Task<R> apply(T t)
apply
Function<T,R>
Copyright © 2018 Electronic Arts Inc. All rights reserved.