mapIndexed
@NotNull
Maps some collection with map index
Return
mapped stream
Parameters
map
map
function
mapper
<K>
key
<V>
value
<R>
return value
@NotNull
Maps some collection with map index
Return
mapped stream
Parameters
collection
collection
function
mapper
<E>
element
<R>
return value
@NotNull
Maps some collection with map index
Return
mapped stream
Parameters
stream
stream
function
mapper
<E>
element
<R>
return value