• Alias for ternary.

    Type Parameters

    • T

    • R

    Parameters

    Returns ((x) => ((y) => ((z) => R)))

      • (x): ((y) => ((z) => R))
      • Parameters

        • x: T

        Returns ((y) => ((z) => R))

          • (y): ((z) => R)
          • Parameters

            • y: T

            Returns ((z) => R)

              • (z): R
              • Parameters

                • z: T

                Returns R

Generated using TypeDoc