Package org.apache.sis.internal.stream


package org.apache.sis.internal.stream
Helper classes for customization of java.util.stream implementations. Customized implementation may translate some method calls into SQL statements for example. Do not use! This package is for internal use by SIS only. Classes in this package may change in incompatible ways in any future version without notice.
Since:
1.1
Version:
1.1
Author:
Alexis Manin (Geomatys), Martin Desruisseaux (Geomatys)
  • Classes
    Class
    Description
    BaseStreamWrapper<T,S extends BaseStream<T,S>>
    Base class of all stream wrappers defined in this package.
    A stream which delay the creation of the source stream as long as possible.
    A stream which delegates all operations to another stream of floating point values.
    A stream on which skip and limit operations are delegated to a root stream.
    A stream on which skip and limit operations are delegated to a root stream.
    A stream which delegates all operations to another stream.