issues Search Results · repo:palatable/lambda language:Java
Filter by
73 results
(63 ms)73 results
inpalatable/lambda (press backspace or delete to remove)First of all, i m really sorry to ask questions in issues tab. I ll be sure to remove this post as soon as i get an
answer. I m a java web developer who is serious about learning functional programming, ...
twizzlespark
- 1
- Opened on Nov 6, 2023
- #130
The behavior of Semigroup.foldRight and Monoid.foldRight is different for non-commutative operations. For monoids, we
have:
Lazy String resultMonoid = Monoid.monoid(String::concat, ).foldRight( , ...
t-rutten
- Opened on Apr 20, 2023
- #127
Absent#foldLeft and #foldRight should process the minimal number of elements of the inbound Iterable necessary to
produce the result, and since the semigroup treats nothing as an annihilator, that means ...
enhancement
good first issue
jnape
- 10
- Opened on Feb 1, 2021
- #115
Suppose we have the following IO tree:
IO Object throwImmediately = IO.throwing(new IllegalStateException( head fell off ));
IO Unit parkForever = io((SideEffect) LockSupport::park);
throwImmediately.discardL(parkForever).unsafePerformAsyncIO().join(); ...
experimental
question
jnape
- 7
- Opened on Nov 11, 2020
- #110
jnape
- Opened on Oct 30, 2020
- #106
jnape
- 3
- Opened on Oct 30, 2020
- #105
jnape
- Opened on Oct 30, 2020
- #104
jnape
- Opened on Oct 30, 2020
- #103
jnape
- 1
- Opened on Oct 30, 2020
- #102
jnape
- 1
- Opened on Oct 30, 2020
- #101

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.