Uses of Class
at.jku.ssw.fp.sect06_3.Result
-
Packages that use Result Package Description at.jku.ssw.fp.sect06_3 -
-
Uses of Result in at.jku.ssw.fp.sect06_3
Methods in at.jku.ssw.fp.sect06_3 that return Result Modifier and Type Method Description static <T> Result<T>
Result. failure(Exception excpt, FList<String> rest)
Creates a failed result consisting of an exception and the rest of the input.static <T> Result<T>
Result. success(T result, FList<String> rest)
Creates a successful result consisting of a parse result and the rest of the input.
-