jOOQ / jOOL

jOOλ - The Missing Parts in Java 8 jOOλ improves the JDK libraries in areas where the Expert Group's focus was elsewhere. It adds tuple support, function support, and a lot of additional functionality around sequential Streams. The JDK 8's main efforts (default methods, lambdas, and the Stream API) were focused around maintaining backwards compatibility and implementing a functional API for parallelism.
http://www.jooq.org/products
Apache License 2.0
2.09k stars 168 forks source link

no method like Seq.of(Collection) #341

Closed hhxx1994 closed 5 years ago

hhxx1994 commented 6 years ago
one.util.streamex.StreamEx#of(java.util.Collection<? extends T>)

one.util.streamex.StreamEx#filterBy
billoneil commented 6 years ago

I think you are looking for Seq.seq(Collection<T>)