Title: Add fj.data.NonEmptyList.sequence*, traverse*, foldLeftN, foldRightN, init, last. · Issue #426 · functionaljava/functionaljava · GitHub
Open Graph Title: Add fj.data.NonEmptyList.sequence*, traverse*, foldLeftN, foldRightN, init, last. · Issue #426 · functionaljava/functionaljava
X Title: Add fj.data.NonEmptyList.sequence*, traverse*, foldLeftN, foldRightN, init, last. · Issue #426 · functionaljava/functionaljava
Description: Add sequence.* Either Open Graph Description: Add sequence.* Either X Description: Add sequence.* Either<L, NonEmptyList<B>> sequenceEither(NonEmptyList<Either<L, B>>) Either<NonEmptyList<B>, R> sequenceEitherLeft(NonEmptyList<Either<B, R...
Opengraph URL: https://github.com/functionaljava/functionaljava/issues/426
X: @github
Domain: github.com
Links:
Viewport: width=device-width
Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Add fj.data.NonEmptyList.sequence*, traverse*, foldLeftN, foldRightN, init, last.","articleBody":"Add sequence.*\r\n```\r\nEither\u003cL, NonEmptyList\u003cB\u003e\u003e sequenceEither(NonEmptyList\u003cEither\u003cL, B\u003e\u003e)\r\nEither\u003cNonEmptyList\u003cB\u003e, R\u003e sequenceEitherLeft(NonEmptyList\u003cEither\u003cB, R\u003e\u003e)\r\nEither\u003cL, NonEmptyList\u003cB\u003e\u003e sequenceEitherRight(NonEmptyList\u003cEither\u003cL, B\u003e\u003e)\r\nF\u003cC, NonEmptyList\u003cB\u003e\u003e sequenceF(NonEmptyList\u003cF\u003cC, B\u003e\u003e)\r\nIO\u003cNonEmptyList\u003cB\u003e\u003e sequenceIO(NonEmptyList\u003cIO\u003cB\u003e\u003e)\r\nList\u003cNonEmptyList\u003cB\u003e\u003e sequenceList(NonEmptyList\u003cList\u003cB\u003e\u003e)\r\nNonEmptyList\u003cNonEmptyList\u003cB\u003e\u003e sequenceNonEmptyList(NonEmptyList\u003cNonEmptyList\u003cB\u003e\u003e)\r\nOption\u003cNonEmptyList\u003cB\u003e\u003e sequenceOption(NonEmptyList\u003cOption\u003cB\u003e\u003e)\r\nP1\u003cNonEmptyList\u003cB\u003e\u003e sequenceP1(NonEmptyList\u003cP1\u003cB\u003e\u003e)\r\nSeq\u003cNonEmptyList\u003cB\u003e\u003e sequenceSeq(NonEmptyList\u003cSeq\u003cB\u003e\u003e)\r\nSet\u003cNonEmptyList\u003cB\u003e\u003e sequenceSet(Ord\u003cB\u003e,\r\nStream\u003cNonEmptyList\u003cB\u003e\u003e sequenceStream(NonEmptyList\u003cStream\u003cB\u003e\u003e)\r\nTrampoline\u003cNonEmptyList\u003cB\u003e\u003e sequenceTrampoline(NonEmptyList\u003cTrampoline\u003cB\u003e\u003e)\r\nValidation\u003cE, NonEmptyList\u003cB\u003e\u003e sequenceValidation(NonEmptyList\u003cValidation\u003cE, B\u003e\u003e)\r\nValidation\u003cE, NonEmptyList\u003cB\u003e\u003e sequenceValidation(Semigroup\u003cE\u003e, NonEmptyList\u003cValidation\u003cE, B\u003e\u003e)\r\n```\r\n\r\nAdd traverse.*\r\n```\r\nEither\u003cL, NonEmptyList\u003cB\u003e\u003e traverseEither(F\u003cA, Either\u003cL, B\u003e\u003e)\r\nEither\u003cNonEmptyList\u003cB\u003e, R\u003e traverseEitherLeft(F\u003cA, Either\u003cB, R\u003e\u003e)\r\nEither\u003cL, NonEmptyList\u003cB\u003e\u003e traverseEitherRight(F\u003cA, Either\u003cL, B\u003e\u003e)\r\nF\u003cC, NonEmptyList\u003cB\u003e\u003e traverseF(F\u003cA, F\u003cC, B\u003e\u003e)\r\nIO\u003cNonEmptyList\u003cB\u003e\u003e traverseIO(F\u003cA, IO\u003cB\u003e\u003e)\r\nList\u003cNonEmptyList\u003cB\u003e\u003e traverseList(F\u003cA, List\u003cB\u003e\u003e)\r\nOption\u003cNonEmptyList\u003cB\u003e\u003e traverseOption(F\u003cA, Option\u003cB\u003e\u003e)\r\nP1\u003cNonEmptyList\u003cB\u003e\u003e traverseP1(F\u003cA, P1\u003cB\u003e\u003e)\r\nSeq\u003cNonEmptyList\u003cB\u003e\u003e traverseSeq(F\u003cA, Seq\u003cB\u003e\u003e)\r\nSet\u003cNonEmptyList\u003cB\u003e\u003e traverseSet(Ord\u003cB\u003e ord,F\u003cA, Set\u003cB\u003e\u003e)\r\nStream\u003cNonEmptyList\u003cB\u003e\u003e traverseStream(F\u003cA, Stream\u003cB\u003e\u003e)\r\nTrampoline\u003cNonEmptyList\u003cB\u003e\u003e traverseTrampoline(F\u003cA, Trampoline\u003cB\u003e\u003e)\r\nValidation\u003cE, NonEmptyList\u003cB\u003e\u003e traverseValidation(F\u003cA, Validation\u003cE, B\u003e\u003e)\r\nValidation\u003cE, NonEmptyList\u003cB\u003e\u003e traverseValidation(Semigroup\u003cE\u003e semigroup,F\u003cA, Validation\u003cE, B\u003e\u003e)\r\n```\r\n\r\nAdd foldRightN, foldLeftN\r\n```\r\nB foldRightN(F2\u003cA, B, B\u003e, F\u003cA, B\u003e)\r\nB foldRightN(F\u003cA, F\u003cB, B\u003e\u003e, F\u003cA, B\u003e)\r\nB foldLeftN(F2\u003cB, A, B\u003e, F\u003cA, B\u003e)\r\nB foldLeftN(F\u003cB, F\u003cA, B\u003e\u003e, F\u003cA, B\u003e)\r\n```","author":{"url":"https://github.com/drewctaylor","@type":"Person","name":"drewctaylor"},"datePublished":"2020-10-28T18:53:09.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/426/functionaljava/issues/426"}
route-pattern /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) route-controller voltron_issues_fragments route-action issue_layout fetch-nonce v2:97831583-abd7-0c97-65a0-cbaf523c3371 current-catalog-service-hash 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 request-id E20C:1BA21A:3B740F:54BD2F:696A4542 html-safe-nonce 523249aefaf32ac357c6efe89bf09336fcb940bce23e6d3de5f19bedde67f9cf visitor-payload eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMjBDOjFCQTIxQTozQjc0MEY6NTRCRDJGOjY5NkE0NTQyIiwidmlzaXRvcl9pZCI6Ijg5OTI5NTc5NjUyOTQ3ODE3NjIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== visitor-hmac b2570cbc382725cd786aa94c690f46c021ffbe6c68826da5063596dd30f9fb1d hovercard-subject-tag issue:731706220 github-keyboard-shortcuts repository,issues,copilot google-site-verification Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I octolytics-url https://collector.github.com/github/collect analytics-location / fb:app_id 1401488693436528 apple-itunes-app app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/functionaljava/functionaljava/426/issue_layout twitter:image https://opengraph.githubassets.com/1139cbb731c7446289eadaf8e1a944c0ec667967246638b3aebf99bf7a173575/functionaljava/functionaljava/issues/426 twitter:card summary_large_image og:image https://opengraph.githubassets.com/1139cbb731c7446289eadaf8e1a944c0ec667967246638b3aebf99bf7a173575/functionaljava/functionaljava/issues/426 og:image:alt Add sequence.* Either og:image:width 1200 og:image:height 600 og:site_name GitHub og:type object og:author:username drewctaylor hostname github.com expected-hostname github.com None 3f871c8e07f0ae1886fa8dac284166d28b09ad5bada6476fc10b674e489788ef turbo-cache-control no-preview go-import github.com/functionaljava/functionaljava git https://github.com/functionaljava/functionaljava.git octolytics-dimension-user_id 458836 octolytics-dimension-user_login functionaljava octolytics-dimension-repository_id 1033614 octolytics-dimension-repository_nwo functionaljava/functionaljava octolytics-dimension-repository_public true octolytics-dimension-repository_is_fork false octolytics-dimension-repository_network_root_id 1033614 octolytics-dimension-repository_network_root_nwo functionaljava/functionaljava turbo-body-classes logged-out env-production page-responsive disable-turbo false browser-stats-url https://api.github.com/_private/browser/stats browser-errors-url https://api.github.com/_private/browser/errors release 63c426b30d262aba269ef14c40e3c817b384cd61 ui-target full theme-color #1e2327 color-scheme light dark
URLs of crawlers that visited me.