Fundamentals
    Preparing search index...

    Class ConceptAs<T>Abstract

    Expresses a Concept as another type, usually a primitive such as string or number.

    Type Parameters

    • T

      The type of the underlying value.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Initializes a new instance of ConceptAs.

      Type Parameters

      • T

        The type of the underlying value.

      Parameters

      • value: T

        The value to initialize the concept with.

      Returns ConceptAs<T>

    Properties

    value: T

    The value to initialize the concept with.

    Methods

    • Returns the string representation of the concept.

      Returns string

      String representation of the underlying value.

    • Returns the primitive value of the concept.

      Returns T

      The underlying value.