PHP phpstreams\operations Namespace

Classes

Name Description
AbstractCallbackOperation Base class to implement callback based operations on the stream.
DistinctOperation Unique stream.
FilterOperation Class to implement the "filter" method.
FlatMapOperation Operation that flattens a nested source.
LimitOperation A stream operation limiting its output to some number of elements.
MappingOperation Class implementing a mapping operation.
SkipOperation A stream operation that skips the first few items.
SortedOperation A sorting stream.