Uses of Class
dev.kylesilver.result.Ok

  • Uses of Ok in dev.kylesilver.result

    Methods in dev.kylesilver.result that return Ok
    Modifier and Type
    Method
    Description
    static <T, E> Ok<T,E>
    Result.ok(T t)
    An Ok indicates that a fallible operation has been performed successfully and that the caller has received their desired result.