default DelegateTests.Parameter |
DelegateTests.parameter(boolean value) |
Creates a new boolean method parameter.
|
default DelegateTests.Parameter |
DelegateTests.parameter(byte value) |
Creates a new byte method parameter.
|
default DelegateTests.Parameter |
DelegateTests.parameter(char value) |
Creates a new char method parameter.
|
default DelegateTests.Parameter |
DelegateTests.parameter(double value) |
Creates a new double method parameter.
|
default DelegateTests.Parameter |
DelegateTests.parameter(float value) |
Creates a new float method parameter.
|
default DelegateTests.Parameter |
DelegateTests.parameter(int value) |
Creates a new int method parameter.
|
default DelegateTests.Parameter |
DelegateTests.parameter(long value) |
Creates a new long method parameter.
|
default DelegateTests.Parameter |
DelegateTests.parameter(short value) |
Creates a new short method parameter.
|
default DelegateTests.Parameter |
DelegateTests.parameter(Class<?> type) |
Creates a new method parameter.
|
default <U> DelegateTests.Parameter |
DelegateTests.parameter(Class<U> type,
U value) |
Creates a new method parameter.
|
default <U> DelegateTests.Parameter |
DelegateTests.parameter(U value) |
Creates a new method parameter.
|