Pacote
    Preparing search index...

    Function tryCatch

    • Creates a new instance of Option based on a function call.

      Type Parameters

      • T

      Parameters

      • fn: () => T

        Function to evaluate.

      Returns Option<T>

      If the function throws an error, it returns None. Otherwise, it returns the result value in a Some.