Class | Description |
---|---|
AbstractTensoricCollector<V,T,O> |
Abstract base class for a stream
Collector which is backed by a map of Position to an arbitrary
value, from which a Tensor or Tensorbacked can be built in the finalization step. |
TensorbackedCollector<V,T,TB extends Tensorbacked<T>> |
An
AbstractTensoricCollector implementation to collect to an arbitrary Tensorbacked class. |
TensorCollector<V,T> |
An
AbstractTensoricCollector implementation to produce a generic tensor |
TensorStreamFilters |
Utility class to produce
Predicate s to use in a stream of Entry<Position, T> , in particular for the
filter() method, in a convenient way. |
TensorStreamMappers |
Utility class to create
Function s to be used to map() a stream of Entry<Position, T> . |
TensorStreams |
Utility class for producing streams of
Entry<Position, T> out of Tensors and collecting them back into
Tensors. |