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>)
Interface Hierarchy
- java.util.stream.Collector<T,A,R>
- no.digipost.stream.EmptyResultIfEmptySourceCollector<T,A,R>
- java.util.function.Function<T,R>
- no.digipost.stream.ToNonEmptyStreamFunction<T,R>