evkost

Results 1 comments of evkost

What should I do if I use RxJava Extension Library? Could you add the following functions to QueryBuilder? ``` boxFor(Day.class).query(Day_.date.equal(date.toEpochDay()) .unique() // or .first() .build()) ``` And in the Query...