ArgumentMethods

final class ArgumentMethods[A](self: Argument[A]) extends AnyVal

We can't add methods to traits in 2.11 without breaking binary compatibility

We can't add methods to traits in 2.11 without breaking binary compatibility

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def map[B](fn: A => B): Argument[B]