Uses of Interface
no.digipost.stream.ToNonEmptyStreamFunction
Packages that use ToNonEmptyStreamFunction
-
Uses of ToNonEmptyStreamFunction in no.digipost.stream
Methods in no.digipost.stream with parameters of type ToNonEmptyStreamFunctionModifier and TypeMethodDescription<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.