map
Maps the values this ArbArgsGenerator generates to type R with the help of the given transform function.
Return
The resulting ArbArgsGenerator which generates values of type R.
Since
2.0.0
Parameters
The type of values generated by this ArbArgsGenerator.
the type of values generated by the resulting ArbArgsGenerator.
Maps the values this OrderedArgsGenerator generates to type R with the help of the given transform function.
Return
The resulting OrderedArgsGenerator which generates values of type R.
Since
2.0.0
Parameters
The type of values generated by this OrderedArgsGenerator.
the type of values generated by the resulting OrderedArgsGenerator.
Maps the values this SemiOrderedArgsGenerator generates to type R with the help of the given transform function.
Return
The resulting SemiOrderedArgsGenerator which generates values of type R.
Since
2.0.0
Parameters
The type of values generated by this SemiOrderedArgsGenerator.
the type of values generated by the resulting SemiOrderedArgsGenerator.