filter

inline fun filter(predicate: (Float) -> Boolean): FloatList(source)

Returns a list containing only elements matching the given predicate.