• Maps a function into the nested one with two functor instances.

    Type Parameters

    • FA

    • FB

    Parameters

    • funcA: Functor<FA>

      The instance of Functor for FA.

    • funcB: Functor<FB>

      The instance of Functor for FB.

    Returns (<T, U>(f) => ((funcT) => Get1<FA, Get1<FB, U>>))

    The nest-mapped function.

      • <T, U>(f): ((funcT) => Get1<FA, Get1<FB, U>>)
      • Type Parameters

        • T

        • U

        Parameters

        • f: ((t) => U)
            • (t): U
            • Parameters

              • t: T

              Returns U

        Returns ((funcT) => Get1<FA, Get1<FB, U>>)

Generated using TypeDoc