Pacote
    Preparing search index...

    Function getOrElse

    • Returns the value contained in the Option. If the option is None, it evaluates the provided function for an alternative.

      Type Parameters

      • T

      Parameters

      • fn: () => T

        Function to evaluate in case the option is None.

      • option: Option<T>

        Option possibly containing the value to get.

      Returns T