menu
h_utils package
documentation
control_flow/try.dart
Try<T>
withResource<T> static method
withResource<T> static method
dark_mode
light_mode
withResource<
T
>
static method
Try
<
T
>
withResource
<
T
>(
T
resource
)
Implementation
static Try<T> withResource<T>(final T resource) { return of(Suppliers.of(resource)); }
h_utils package
documentation
control_flow/try
Try<T>
withResource<T> static method
Try class