fr.splayce.rel.util.MatchGroups.NotNull
Allows pattern matching with a List of name -> option pairs (None if group value is null, Some(str) otherwise).
case MatchGroups.NotNull.NamedPairs(("a", a), _*) => a
Allows pattern matching with a List of name -> option pairs (None if group value is null, Some(str) otherwise).