Searched refs:shouldReadNow (Results 1 – 3 of 3) sorted by relevance
930 val readNow = batch.filter { it.shouldReadNow(justRead) } in <lambda>()1109 dependant.shouldReadNow(justRead) in readWithDependants()
653 public boolean shouldReadNow(final List<Expr> justRead) { in shouldReadNow() method in Expr
1156 if (expr.shouldReadNow(justRead)) { in getReadFirst()