Documentation
¶
Overview ¶
Package convert provides converation helpers for collection implementations
Index ¶
- func AndConvert[From, To, Too any, I c.Iterable[From]](elements I, firsConverter func(From) To, secondConverter func(To) Too) stream.Iter[Too]
- func AndFilter[From, To any, I c.Iterable[From]](elements I, converter func(From) To, filter func(To) bool) stream.Iter[To]
- func NotNil[From, To any, I c.Iterable[*From]](elements I, converter func(*From) To) stream.Iter[To]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AndConvert ¶
func AndConvert[From, To, Too any, I c.Iterable[From]](elements I, firsConverter func(From) To, secondConverter func(To) Too) stream.Iter[Too]
AndConvert - convert.AndConvert makes double converts From->Intermediate->To of the elements
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.