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