tomorrow

fun tomorrow(field: String, datePattern: Any? = null): Condition

Creates a tomorrow condition for date fields. Matches documents where the specified date field falls within tomorrow's date range.

Return

A new tomorrow condition.

Parameters

field

The date field name to check.

datePattern

Optional date pattern for parsing/formatting. Can be String or DateTimeFormatter.