Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / runeflobakk/motif issues and pull requests
#64 - orElseThrow on Optional
Pull Request -
State: closed - Opened by sindrebn almost 9 years ago
#63 - Map-view for Fns, and Fn-view of Maps
Issue -
State: closed - Opened by runeflobakk almost 10 years ago
Labels: New feature
#62 - Add methods for checking if element isFirst() and isLast() in Elem<T>
Issue -
State: open - Opened by runeflobakk almost 10 years ago
Labels: New feature
#61 - Comparator using same order as a premade sequence of objects.
Issue -
State: open - Opened by runeflobakk almost 10 years ago
Labels: New feature
#60 - Proposal: A kind of list element references exploder (bæm!)
Issue -
State: open - Opened by runeflobakk about 10 years ago
Labels: New feature
#59 - Optional.or(Iterable<T>) which returns Elements<T>
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: enhancement
#58 - Enum-resolver from name with fallback
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: New feature
#57 - Should be possible to "connect" the maps in CombinedMapsView via an Fn
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: enhancement
#56 - Enum functions String->Enum, Enum->String (name), and Enum->Enum by name
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: New feature
#55 - Delete FlatMappingIterator.java. It is identical to FlatMappingIterable.java
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: invalid
#54 - Add some shorthand aliases for equalTo(..)
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: enhancement
#53 - Move Base.message and Base.cause to Exceptions
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: enhancement, Breaks API backward compatibility
#52 - Combining Map<X,Y> and Map<Y,Z> into a "live view" Map<X,Z>
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: New feature
#51 - Elements.map stops at first null-element or null-result from Fn application
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: bug
#50 - Elements.filter stops at first null-element
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: bug
#49 - containedIn(Collection<? extends T>): Predicate<T>
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: New feature
#48 - Iterate.newInstance(Iterable) should not call iterator().hasNext()
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: bug
#47 - FnChain.then(Do<T>) to insert a side-effect into a Fn chain
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: New feature
#46 - Type an FnChain<I, O> as Do<I>
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: New feature
#45 - Need a more generic term for Optional.split(..)
Issue -
State: closed - Opened by runeflobakk over 10 years ago
- 1 comment
Labels: enhancement, wontfix, Breaks API backward compatibility
#44 - Base.equalTo(Fn0)
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: enhancement
#43 - Optional.None should implement equals() & hashCode()
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: bug
#42 - Fn<Collection<?>, Integer> Iterate.size
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: New feature
#41 - Fn<Object, Integer> Base.hashCode
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: New feature
#40 - Create a constant Predicate from boolean expression
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: New feature
#39 - composable logic API for Fn<Boolean>, same principle as Base.either(..) Base.both(..)
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: New feature
#38 - Problematic typing in the Base.when(..) signature
Issue -
State: closed - Opened by runeflobakk over 10 years ago
Labels: bug
#37 - Upcast operation on Elements
Issue -
State: closed - Opened by runeflobakk almost 11 years ago
- 1 comment
Labels: question, wontfix
#36 - Add upcast operation to Optional
Issue -
State: closed - Opened by runeflobakk almost 11 years ago
- 1 comment
Labels: wontfix
#35 - Fn<String, Iterable<String>> to split a string using a delimiter
Issue -
State: closed - Opened by runeflobakk almost 11 years ago
- 1 comment
Labels: New feature
#34 - Fn<Class, String> Reflect.packageName
Issue -
State: closed - Opened by runeflobakk almost 11 years ago
Labels: New feature
#33 - Check out markdown doclet
Issue -
State: open - Opened by runeflobakk almost 11 years ago
Labels: question
#32 - More effective handling of iterating Strings and arrays
Issue -
State: closed - Opened by runeflobakk almost 11 years ago
Labels: enhancement
#31 - IO.write(OutputStream)
Issue -
State: closed - Opened by runeflobakk almost 11 years ago
Labels: New feature
#30 - Change Strings.bytes to Fn<String, Iterable<Byte>>
Issue -
State: closed - Opened by runeflobakk almost 11 years ago
Labels: enhancement, Breaks API backward compatibility
#29 - flatMap on Optional and Elements
Issue -
State: closed - Opened by runeflobakk almost 11 years ago
- 1 comment
Labels: New feature
#28 - Remove redundant NullIfArgIsNull and DefaultIfArgIsNull
Issue -
State: closed - Opened by runeflobakk almost 11 years ago
- 1 comment
Labels: enhancement, Breaks API backward compatibility, New feature
#27 - Refinements in the Optional API
Issue -
State: closed - Opened by runeflobakk almost 11 years ago
- 1 comment
Labels: enhancement, Breaks API backward compatibility
#26 - API similar to Optional, but for non-Optional values
Issue -
State: closed - Opened by runeflobakk almost 11 years ago
#25 - Reflect.name does not work on Classes
Issue -
State: closed - Opened by runeflobakk almost 11 years ago
- 1 comment
Labels: bug
#24 - Change name of abstract method in Do<V>
Issue -
State: closed - Opened by runeflobakk almost 11 years ago
- 1 comment
Labels: enhancement, Breaks API backward compatibility
#23 - Allow SimpleIterator.nextIfAvailable() to throw checked Exceptions.
Issue -
State: closed - Opened by runeflobakk almost 11 years ago
- 1 comment
Labels: enhancement
#22 - Strings.bytes - Fn which wraps call to String.getBytes()
Issue -
State: closed - Opened by runeflobakk almost 11 years ago
- 1 comment
Labels: New feature
#21 - Force evaluation of Elements<T>
Issue -
State: closed - Opened by runeflobakk almost 11 years ago
- 1 comment
Labels: New feature
#20 - Iterating after .map does two calls on the mapping Fn per element
Issue -
State: closed - Opened by runeflobakk almost 11 years ago
- 2 comments
Labels: bug
#19 - Provide Locale to String Fns, and a way to resolve Locale implicitly
Issue -
State: closed - Opened by runeflobakk almost 11 years ago
- 2 comments
Labels: New feature
#18 - Strings.indexOf(..): Fn<String, Integer>
Issue -
State: closed - Opened by runeflobakk about 11 years ago
- 1 comment
#17 - A Comparator API
Issue -
State: closed - Opened by runeflobakk over 11 years ago
- 1 comment
Labels: New feature
#16 - Make Motif Java 6 compatible
Issue -
State: open - Opened by runeflobakk over 11 years ago
- 1 comment
Labels: enhancement
#15 - A Fn which feeds its argument into several Fns and joins the results into a String with an optional separator
Issue -
State: closed - Opened by runeflobakk over 11 years ago
- 1 comment
Labels: New feature
#14 - Make Motif Java 6 compatible
Issue -
State: closed - Opened by runeflobakk over 11 years ago
- 1 comment
Labels: duplicate, enhancement
#13 - Strings.repeat(int amount) and Strings.repeat(int amount, String separator)
Issue -
State: closed - Opened by runeflobakk over 11 years ago
- 1 comment
Labels: New feature
#12 - Strings.allBetween
Issue -
State: closed - Opened by runeflobakk over 11 years ago
- 1 comment
Labels: New feature
#11 - Strings.between, Strings.after, Strings.before
Issue -
State: closed - Opened by runeflobakk over 11 years ago
- 5 comments
Labels: Breaks API backward compatibility, New feature
#10 - Rename Strings.between to Strings.inBetween
Issue -
State: closed - Opened by runeflobakk over 11 years ago
Labels: enhancement, Breaks API backward compatibility
#9 - Make Strings.substring behave like Commons Lang StringUtils.substring
Issue -
State: closed - Opened by runeflobakk over 11 years ago
- 1 comment
Labels: enhancement
#8 - YieldsJavaCollection.groupBy(Fn<T,K>)
Issue -
State: closed - Opened by runeflobakk over 11 years ago
- 1 comment
Labels: New feature
#7 - YieldsJavaCollection.mapBy(Fn<T,K>)
Issue -
State: closed - Opened by runeflobakk over 11 years ago
- 2 comments
Labels: New feature
#6 - Reflect.annotatedWith
Issue -
State: closed - Opened by runeflobakk over 11 years ago
Labels: New feature
#5 - Reflect.name
Issue -
State: closed - Opened by runeflobakk over 11 years ago
Labels: New feature
#4 - Strings.reversed
Issue -
State: closed - Opened by runeflobakk over 11 years ago
Labels: New feature
#3 - Rename Maps.mapkey() and Maps.mapvalue() to Maps.key() and Maps.value()
Issue -
State: closed - Opened by runeflobakk over 11 years ago
Labels: enhancement, Breaks API backward compatibility
#2 - Base.toIterable(..) should be moved to Iterate.toIterable(..)
Issue -
State: closed - Opened by runeflobakk over 11 years ago
Labels: enhancement
#1 - Possible to iterate entries of a Map
Issue -
State: closed - Opened by runeflobakk over 11 years ago
Labels: enhancement