public interface StepDao
Modifier and Type | Method and Description |
---|---|
Single<Integer> |
delete(Step step) |
Single<List<Long>> |
insert(Collection<Step> steps) |
Single<Long> |
insert(Step step) |
LiveData<List<Step>> |
list(long recipe_id) |
Single<Step> |
select(long step_id) |
Single<Integer> |
update(Step step) |