Function transformOrFail

      • Create a new Schema by transforming the input and output of an existing Schema using the provided decoding functions.

        Type Parameters

        • C

        • D

        • B

        Parameters

        Returns (<A>(self) => Schema<A, D>)

        Since

        1.0.0

      • Create a new Schema by transforming the input and output of an existing Schema using the provided decoding functions.

        Type Parameters

        • C

        • D

        • B

        Parameters

        Returns (<A>(self) => Schema<A, D>)

        Since

        1.0.0

      • Create a new Schema by transforming the input and output of an existing Schema using the provided decoding functions.

        Type Parameters

        • A

        • B

        • C

        • D

        Parameters

        Returns Schema<A, D>

        Since

        1.0.0

      • Create a new Schema by transforming the input and output of an existing Schema using the provided decoding functions.

        Type Parameters

        • A

        • B

        • C

        • D

        Parameters

        Returns Schema<A, D>

        Since

        1.0.0