Aller au contenu principal

composeBridges()

composeBridges<Impl, Mid, Abs>(a, b): (impl) => Abs

DEPRECATED

Pattern absorbed by the language.

Compose two bridges: (impl) => mid and (mid) => abs into (impl) => abs. This is just function composition — use (impl) => b(a(impl)) directly.


Type Parameters

Impl: Impl

Mid: Mid

Abs: Abs


Parameters

a: (impl) => Mid

b: (mid) => Abs


Returns: (impl): Abs


Since


See Also

Full explanation, examples and live demo 2.4.0