Uses of Interface
com.amalgamasimulation.excel.ValueOrError.ThrowingFunction
Packages that use ValueOrError.ThrowingFunction
-
Uses of ValueOrError.ThrowingFunction in com.amalgamasimulation.excel
Methods in com.amalgamasimulation.excel with parameters of type ValueOrError.ThrowingFunctionModifier and TypeMethodDescription<T> ValueOrError<T, Exception> ValueOrError.attemptMap(ValueOrError.ThrowingFunction<? super R, ? extends T, ? extends Exception> transform) Transforms the current value with a function that may throw, capturing any thrown exception.