Parses the input and returns a result wrapped in Result if successful, null otherwise.
null
@override Result<Object?>? parse(State<I> state) { f(); return const Result<Object?>(null); }