operator fun <T> invoke(maybeSubject: Option<T>, assertionVerb: Translatable, expectOptions: RootExpectOptions<T>?): RootExpect<T>
operator fun <T> invoke(rootExpect: RootExpect<T>, expectOptions: RootExpectOptions<T>): RootExpect<T>
Use this overload if you want to modify the options of a RootExpect.