Uses of Interface
no.digipost.stream.ToNonEmptyStreamFunction
-
Packages that use ToNonEmptyStreamFunction Package Description no.digipost.stream -
-
Uses of ToNonEmptyStreamFunction in no.digipost.stream
Methods in no.digipost.stream with parameters of type ToNonEmptyStreamFunction Modifier and Type Method Description <R> NonEmptyStream<R>NonEmptyStream. flatMap(ToNonEmptyStreamFunction<? super T,? extends R> mapper)Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
-