Documentation
    Preparing search index...

    Class CurryableAbstract Alpha

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Alpha

      Curry a binary function.

      Type Parameters

      • A
      • B
      • C

      Parameters

      • this: (a: A, b: B) => C

      Returns (a: A) => (b: B) => C