| Package | Description |
|---|---|
| com.helger.jcodemodel |
Library for generating Java source code.
|
| Modifier and Type | Method and Description |
|---|---|
JLambdaParam |
JLambda.addParam(AbstractJType aType,
String sName)
Add a parameter with a type name.
|
JLambdaParam |
JLambda.addParam(String sName)
Add a parameter without a type name.
|
| Modifier and Type | Method and Description |
|---|---|
List<JLambdaParam> |
JLambda.params() |
Copyright © 2013–2015 Philip Helger. All rights reserved.