Uses of Package
no.digipost.stream
Packages that use no.digipost.stream
-
Classes in no.digipost.stream used by no.digipostClassDescriptionA collector type specific for implementations which produce an
Optionalbased on if the source (typically aStream, or more apropriately, aNonEmptyStream) yields no elements or any element(s). -
Classes in no.digipost.stream used by no.digipost.collectionClassDescriptionA collector type specific for implementations which produce an
Optionalbased on if the source (typically aStream, or more apropriately, aNonEmptyStream) yields no elements or any element(s).A stream which is guarantied to produce at least one element. -
Classes in no.digipost.stream used by no.digipost.streamClassDescriptionA collector type specific for implementations which produce an
Optionalbased on if the source (typically aStream, or more apropriately, aNonEmptyStream) yields no elements or any element(s).A stream which is guarantied to produce at least one element.Represents a function that accepts one argument and produces aNonEmptyStream.