Function _apply

  • Calls the specified block with receiver as its this argument. Returns receiver value.

    https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/apply.html

    Returns

    The value of receiver.

    Type Parameters

    • T

    Parameters

    • receiver: T
    • block: ((this: T) => void)
        • (this: T): void
        • Parameters

          • this: T

          Returns void

    Returns T

Generated using TypeDoc