public class Argument extends Object
| Constructor and Description |
|---|
Argument(Object argument)
The argument, can be null.
|
| Modifier and Type | Method and Description |
|---|---|
static Argument |
arg(Object arg) |
boolean |
equals(Object o) |
Object |
getArgument() |
int |
hashCode() |
static Argument |
withArg(Object arg) |
public Argument(Object argument)
argument - The argument.Copyright © 2010–2015. All rights reserved.