Uses of Class
xyz.cofe.coll.im.Result
Packages that use Result
-
Uses of Result in xyz.cofe.coll.im
Methods in xyz.cofe.coll.im that return ResultModifier and TypeMethodDescriptionstatic <V,E> Result<V, E> Result.error(E e) static <V,E> Result<V, E> Result.ok(V v) static <V,E> Result<V, E> Method parameters in xyz.cofe.coll.im with type arguments of type Result