Class Hierarchy
- java.lang.Object
- no.digipost.collection.BatchedIterable<T,BATCH> (implements java.lang.Iterable<T>)
- no.digipost.collection.EnforceAtMostOneElementCollector<T> (implements no.digipost.stream.EmptyResultIfEmptySourceCollector<T,A,R>)
- no.digipost.collection.EnforceDistinctFirstTupleElementCollector<T1,T2> (implements java.util.stream.Collector<T,A,R>)
- no.digipost.collection.SimpleIterator<T> (implements java.util.Iterator<E>)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- no.digipost.collection.ConflictingElementEncountered
- java.lang.RuntimeException
- java.lang.Exception
Interface Hierarchy
- java.lang.Iterable<T>
- java.util.Collection<E>
- java.util.List<E>
- no.digipost.collection.NonEmptyList<E>
- java.util.List<E>
- java.util.Collection<E>