Class Hierarchy
- java.lang.Object
- no.digipost.stream.CollectorDecorator<T,
A, R> (implements java.util.stream.Collector<T, A, R>) - no.digipost.stream.NonEmptyStream<T> (implements java.util.stream.Stream<T>)
- no.digipost.stream.CollectorDecorator<T,
Interface Hierarchy
- java.util.stream.Collector<T,
A, R> - no.digipost.stream.EmptyResultIfEmptySourceCollector<T,
A, R>
- no.digipost.stream.EmptyResultIfEmptySourceCollector<T,
- java.util.function.Function<T,
R> - no.digipost.stream.ToNonEmptyStreamFunction<T,
R>
- no.digipost.stream.ToNonEmptyStreamFunction<T,