Skip to content

Commit

Permalink
Add missing override UnsortedMapIterable.partitionWith().
Browse files Browse the repository at this point in the history
  • Loading branch information
motlin committed Apr 22, 2016
1 parent 16c4282 commit aa59e49
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ public interface UnsortedMapIterable<K, V>

PartitionBag<V> partition(Predicate<? super V> predicate);

<P> PartitionBag<V> partitionWith(Predicate2<? super V, ? super P> predicate, P parameter);

<S> Bag<S> selectInstancesOf(Class<S> clazz);

<V1> Bag<V1> collect(Function<? super V, ? extends V1> function);
Expand Down

0 comments on commit aa59e49

Please sign in to comment.