issues
search
javafunk
/
funk
Functional utilities for Java
Other
33
stars
9
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Pull values out of Iterables of Tuples.
#130
tobyclemson
closed
12 years ago
0
Making SetBuilder preserve insertion ordering
#129
tobyclemson
closed
12 years ago
0
Custom implementation literals for all collection types.
#128
tobyclemson
closed
12 years ago
0
Avoiding potential signature clashes in map literals and making naming consistent.
#127
tobyclemson
closed
12 years ago
0
MapBuilder can now accumulate from Map instances.
#126
tobyclemson
closed
12 years ago
0
Maps.getOrAddDefault is no Maps.getOrAdd and can take either Mapper or Factory depending on whether the key is important to the resulting value.
#125
tobyclemson
closed
12 years ago
0
Writing tests for all functions taking functors to ensure NullPointerException is thrown eagerly.
#124
tobyclemson
closed
12 years ago
0
A way to get a random element from an iterable
#123
sghill
closed
4 years ago
14
setBuilder(1, 2, 3, 4, 5, 6).build(LinkedHashSet.class) does not preserve insertion order.
#122
rnandi
closed
12 years ago
0
Adding Options.somes and Options.nones.
#121
tobyclemson
closed
12 years ago
0
Adding tests for Eagerly.min and Eagerly.max when supplied Iterable contains nulls.
#120
tobyclemson
closed
12 years ago
0
Upgrading matchbox to version 0.1.2.
#119
tobyclemson
closed
12 years ago
0
Bean convention
#118
tobyclemson
closed
12 years ago
0
Adding test cases for empty Iterable case with Eagerly.{all, any, none}.
#117
tobyclemson
closed
12 years ago
0
Adding Javadoc to Eagerly.reject.
#116
tobyclemson
closed
12 years ago
0
Making Eagerly.filter docs more explicit about the argument types.
#115
tobyclemson
closed
12 years ago
0
Full cartesian product complement.
#114
tobyclemson
closed
12 years ago
0
Adding remaining tuple Mappers.
#113
tobyclemson
closed
12 years ago
0
Adding all remaining zip methods to Eagerly and Lazily.
#112
tobyclemson
closed
12 years ago
0
Builders now build unmodifiable collections by default and can build using builder functions.
#111
tobyclemson
closed
12 years ago
0
Moving numeric functions into a Numbers module. Refactoring sum and product signatures.
#110
tobyclemson
closed
12 years ago
0
Eagerly.take* and Eagerly.drop* Javadoc
#109
tobyclemson
closed
12 years ago
0
Making necessary signature and type changes to get JDK7 compilation working. Thus, fixing Travis.
#108
tobyclemson
closed
12 years ago
0
Adding a README
#107
tobyclemson
closed
12 years ago
0
Switch to Gradle
#106
tobyclemson
closed
11 years ago
2
Adding Javadoc to all Eagerly.last variants.
#105
tobyclemson
closed
12 years ago
0
Add Eagerly.reverse(Iterable)
#104
tobyclemson
closed
11 years ago
0
Removing all matchers from funk and using matchbox instead.
#103
tobyclemson
closed
12 years ago
0
Set literals doc
#102
tobyclemson
closed
12 years ago
0
Using inheritance in tuples since it seems to make sense.
#101
tobyclemson
closed
12 years ago
0
Adding array literals to be consistent with collection literals.
#100
tobyclemson
closed
12 years ago
0
Use bean conventions for better interop...e.g., Pair.getFirst() instead of Pair.first()
#99
tobyclemson
closed
12 years ago
0
List literals doc
#98
tobyclemson
closed
12 years ago
0
Delegating to iterableWith everywhere so that warnings don't need to be suppressed in most cases.
#97
tobyclemson
closed
12 years ago
0
Use inheritance in Tuple classes
#96
tobyclemson
closed
12 years ago
0
Add mapping to Tuple classes
#95
tobyclemson
opened
12 years ago
0
Add second variants of all Eagerly.first methods.
#94
tobyclemson
closed
11 years ago
0
Adding Javadoc to all Eagerly.first methods.
#93
tobyclemson
closed
12 years ago
0
What should Eagerly and Lazily methods do if the supplied Iterable is null?
#92
tobyclemson
closed
11 years ago
2
Eagerly throw NullPointerException for all null functions/predicates/procedures
#91
tobyclemson
closed
12 years ago
0
Adding Javadoc to Eagerly.filter.
#90
tobyclemson
closed
12 years ago
0
Add sort on Eagerly (and Lazily?)
#89
tobyclemson
closed
12 years ago
0
Add size on Eagerly
#88
tobyclemson
opened
12 years ago
0
Either#map mapping over right slot.
#87
tobyclemson
closed
12 years ago
0
Java 7 Compatibility: and & with no longer have type erasure problems
#86
sghill
closed
12 years ago
0
Making sum/product compatible with Java 7
#85
sghill
closed
12 years ago
0
Adding array function to Literals
#84
tomcz
closed
12 years ago
0
JavaDoc for Eagerly#first
#83
sghill
closed
12 years ago
1
JavaDoc for Eagerly#filter
#82
sghill
closed
12 years ago
1
Either javadoc
#81
tobyclemson
closed
12 years ago
0
Previous
Next