Applies the given arguments. This method MUST throw an Exception on invalid args.
@override Maybe call(Maybe v) => v.type<String>().map((s) => s.split('').reversed.join());