Builder to map variable length arguments formulated as (first: T, vararg others : T) to something else.
vararg
Maps each argument to the given type R by using the given mapper
Maps each argument to an Expect<R> lambda with receiver using the given assertionCreator (passing in the argument).
Maps each argument to null if it is already null and if not, then ...
null