-
public final class ResourceKt
-
-
Method Summary
Modifier and Type Method Description final static Resourceborrow(Resource $self)Returns a new Resource accessing the same data but not owning them. final static <R extends Any, S extends Any, E extends Any> Try<R, ReadError>mapCatching(Try<S, E> $self)final static <R extends Any, S extends Any, E extends Any> Try<R, ReadError>flatMapCatching(Try<S, E> $self)-
-
Method Detail
-
mapCatching
@Deprecated(message = Catch exceptions yourself to the most suitable ReadError., level = DeprecationLevel.ERROR, replaceWith = @ReplaceWith(imports = {}, expression = map(transform))) final static <R extends Any, S extends Any, E extends Any> Try<R, ReadError> mapCatching(Try<S, E> $self)
-
-
-
-