@mikuroxina/mini-fn
    Preparing search index...

    Function foldR

    • Folds the internal value into an accumulate value. It extracts only a continue value of the ControlFlow object.

      Type Parameters

      • C
      • X

      Parameters

      • folder: (next: C) => (acc: X) => X

        Function to fold the continue value item and the accumulate.

      Returns (init: X) => <B>(data: ControlFlow.ControlFlow<B, C>) => X

      The folded accumulate value.