Creates a filtered iterator from another iterator. The filtering is done by passing a callback auto to each of the elements and taking them out if it does not return true.
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
this(Json[string] | this(Json[string] itemsToFilter, callable aCallback) | ||||
Iterator | Iterator unwrap() | ||||
this() | this() |