Uses of Package
org.aksw.commons.util.stream
Packages that use org.aksw.commons.util.stream
-
Classes in org.aksw.commons.util.stream used by org.aksw.commons.util.streamClassDescriptionSpecification implementation.Base class with core attributes for partial reduction of consecutive items sharing some attribute (referred to as group key).A streamer returns a stream of items from a collection-like object (referred to as a 'store') given as the argument.Helper interface to make transformations on streams less verbose Inherits from
Functionfor out of the box chaining withFunction.andThen(Function).