I made an Iterable (with a custom type), I'm tryin...
# getting-started
b
I made an Iterable (with a custom type), I'm trying to do something like:
Copy code
iterable.filterUntil(CONDITION_IS_TRUE).map { actions to apply to anything before the CONDITION_IS_TRUE }