Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
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.
Annotation processor to create immutable objects and builders. Feels like Guava's immutable collections but for regular value objects. JSON, Jackson, Gson, JAX-RS integrations included
We have contains, containsAll and containsAllIterable today on RichIterable. The methods containsAny(Collection), containsNone(Collection), containsAnyIterable, and containsNoneIterable can be implemented as default methods by fusing anySatisfy and nonSatisfy with contains.
Collections for PHP - It's basically a syntax sugar over classic array structure, which allows you to use it as classic array, but adds some cool features.
We have
contains
,containsAll
andcontainsAllIterable
today onRichIterable
. The methodscontainsAny(Collection)
,containsNone(Collection)
,containsAnyIterable
, andcontainsNoneIterable
can be implemented as default methods by fusinganySatisfy
andnonSatisfy
withcontains
.