public interface TaskAdapter
Copyright 2017 Meniga Iceland Inc.
abstract <T> Result<T>
adapt(Call<T> call, Callback<T> callBack)
adapt(T value)
intercept(Result<T> call, Interceptor<T> intercept)
intercept(Task<T> call, Interceptor<T> intercept)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract <T> Result<T> adapt(Call<T> call, Callback<T> callBack)
abstract <T> Result<T> adapt(T value)
abstract <T> Result<T> intercept(Result<T> call, Interceptor<T> intercept)
abstract <T> Result<T> intercept(Task<T> call, Interceptor<T> intercept)