vʌvr (formerly called Javaslang) is a non-commercial, non-profit object-functional library that runs with Java 8+. It aims to reduce the lines of code and increase code quality.
java
functional-programming
java8
javaslang
immutable-collections
object-functional
persistent-collections
vavr
-
Updated
Jul 16, 2021 - Java
We have
contains
,containsAll
andcontainsAllIterable
today onRichIterable
. The methodscontainsAny(Collection)
,containsNone(Collection)
,containsAnyIterable
, andcontainsNoneIterable
can be implemented as default methods by fusinganySatisfy
andnonSatisfy
withcontains
.