public final class Actions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
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 and Description |
---|
Actions() |