mapFloat

@NotNull
open fun <E, T : FloatCollection?> mapFloat(@NotNull stream: @NotNull Stream<E>, @NotNull mapper: @NotNull CollectionUtil.FloatFunction<E>, @NotNull creator: @NotNull Supplier<T>): @NotNull T

Maps some stream to a float collection

Return

float collection

Parameters

stream

stream

mapper

mapper

creator

float collection creator

<E>

element

<T>

type