package
Version:
v0.0.7
Opens a new window with list of versions in this module.
Published: May 5, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package filter provides aliases for collections filtering helpers
AndConvert - filter.AndConvert is short alias of collection.FilterAndConvert
func ConvertFilter[From, To any, IT c.Iterable[From]](elements IT, filterFrom func(From) bool, converter func(From) To, filterTo func(To) bool) stream.Iter[To]
ConvertFilter - filter.ConvertFilter is short alias of slice.FilterConvertFilter
Source Files
¶
Click to show internal directories.
Click to hide internal directories.