Applies the given arguments. This method MUST throw an Exception on invalid args.
@override bool call(bool first, bool second) => first ^ second;