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: patch-diff.githubusercontent.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:db436531-af02-e108-ee86-59d0e3589d08 current-catalog-service-hash 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 request-id 9BA6:63765:401E882:5701A98:69708C61 html-safe-nonce d56d7719db9405ebb5e290edde77f604897eb79aca1cc8012821e192fd5326bc visitor-payload eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5QkE2OjYzNzY1OjQwMUU4ODI6NTcwMUE5ODo2OTcwOEM2MSIsInZpc2l0b3JfaWQiOiI4MTA1MTkwMzIxMTU2MDMzNjMzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= visitor-hmac 48115ddde71bba1c06fdd5c3da29f999bd9d2df876ab46c3cf66616dfa99ba42 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 9920a62ba22d06470388e2904804fb7e5ec51c9e35f81784e9191394c74b2bd2 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 7d6181066430cc06553c8396ca201e194ae33cb9 ui-target full theme-color #1e2327 color-scheme light dark
URLs of crawlers that visited me.