lombok-pg -

lombok
Class Actions.Action1<T1>

java.lang.Object
  extended by lombok.Actions.Action1<T1>
Type Parameters:
T1 - The type of the parameter of the method that this delegate encapsulates.
Enclosing class:
Actions

public abstract static class Actions.Action1<T1>
extends Object

Encapsulates a method that has a single parameter and does not return a value.


Constructor Summary
Actions.Action1()
           
 
Method Summary
abstract  void apply(T1 t1)
           
 Class<?> getParameterType1()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Actions.Action1

public Actions.Action1()
Method Detail

apply

public abstract void apply(T1 t1)

getParameterType1

public final Class<?> getParameterType1()

lombok-pg -

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