Type Parameters

  • S

Hierarchy

  • Contravariant

Properties

Properties

contraMap: (<T1, U1>(f) => ((u) => Get1<S, T1>))

Type declaration

    • <T1, U1>(f): ((u) => Get1<S, T1>)
    • Type Parameters

      • T1

      • U1

      Parameters

      • f: ((arg) => U1)
          • (arg): U1
          • Parameters

            • arg: T1

            Returns U1

      Returns ((u) => Get1<S, T1>)

Generated using TypeDoc