@luolapeikko/result-option
    Preparing search index...

    Class OptionBuilder<IsSome, SomeType>

    OptionBuilder is a class that represents an optional value: every Option is either Some and contains a value and type, or None which does not any type.

    v1.0.0

    Type Parameters

    • IsSome extends boolean
    • SomeType = unknown

    Implements

    Index

    Constructors

    Accessors

    Methods