-
public final class FallbackResourceKt
-
-
Method Summary
Modifier and Type Method Description final static Resourcefallback(Resource $self, Function1<ReadError, Resource> fallbackResourceFactory)Falls back to alternative resources when the receiver fails. final static Resourcefallback(Resource $self, Resource fallbackResource)Falls back to the given alternative Resource when the receiver fails.
-