122123124125126127128
* * @see Query * @see Condition */ public static Query when( Condition condition ) { return new QueryImpl( condition ); }