tapac
val condition = Op.build {RequestLog.id inList listof("foo", "bar) } FooTable.select(condition)
val query = FooTable.selectAll() if (...) query.adjustWhere { RequestLog.id inList listof("foo", "bar) }