# Summary ## firstTruthy() Pipes the first value, and continues only if it is truthy. ## truthyFirst() Emits only the first truthy value. Could also add `firstFalsy()` and `falsyFirst()` for consistence.