|
lombok-pg - | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectlombok.Actions
public final class Actions
Collection of action templates.
| Nested Class Summary | |
|---|---|
static class |
Actions.Action0
Encapsulates a method that has no parameters and does not return a value |
static class |
Actions.Action1<T1>
Encapsulates a method that has a single parameter and does not return a value. |
static class |
Actions.Action2<T1,T2>
Encapsulates a method that has two parameters and does not return a value. |
static class |
Actions.Action3<T1,T2,T3>
Encapsulates a method that has three parameters and does not return a value. |
static class |
Actions.Action4<T1,T2,T3,T4>
Encapsulates a method that has four parameters and does not return a value. |
static class |
Actions.Action5<T1,T2,T3,T4,T5>
Encapsulates a method that has five parameters and does not return a value. |
static class |
Actions.Action6<T1,T2,T3,T4,T5,T6>
Encapsulates a method that has six parameters and does not return a value. |
static class |
Actions.Action7<T1,T2,T3,T4,T5,T6,T7>
Encapsulates a method that has seven parameters and does not return a value. |
static class |
Actions.Action8<T1,T2,T3,T4,T5,T6,T7,T8>
Encapsulates a method that has eight parameters and does not return a value. |
| Constructor Summary | |
|---|---|
Actions()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Actions()
|
lombok-pg - | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||