result/result library

Classes

Result<DATA, ERROR extends Exception>

Functions

getApiResult<V>(Function function) Future<Result<V, Exception>>
getResult<V>(Function function) Future<Result<V, Exception>>