Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Map ¶
func Map[I, O any](inputs []I, converter func(I) O) []O
Map transforms each element of a slice by applying a converter function to it.
func MapWithFailure ¶
MapWithFailure is the same as Map but takes a converter function which can return an error. In the case that conversion returns an error the conversion process will be short circuited and the error and an empty slice will be returned
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.