Pacote
    Preparing search index...

    Function ofNullable

    • Creates a new instance of Option based on the value passed.

      Type Parameters

      • T

      Parameters

      • Optionalvalue: null | T

        Value to put in an Option.

      Returns Option<T>

      If the value is null or undefined, it returns None. Otherwise, it returns Some(value).