lombok-pg -

lombok
Class Actions

java.lang.Object
  extended by lombok.Actions

public final class Actions
extends Object

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

Actions

public Actions()

lombok-pg -

Copyright © 2010-2011 Philipp Eichhorn, licensed under the MIT licence.