Applies the given arguments. This method MUST throw an Exception on invalid args.
@override bool call(v) => v.map((v) => v is List).or(false);