guys, is there any built in operator to do this: `...
# rx
m
guys, is there any built in operator to do this:
Copy code
interactor.getHealthGoal(todayLocal)
            .map { list -> list.getOrNull(0) ?: HealthGoalInfoEntity.getDefault(userId, today)  }