lombok-pg -

lombok
Class Actions.Action2<T1,T2>

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

public abstract static class Actions.Action2<T1,T2>
extends Object

Encapsulates a method that has two parameters and does not return a value.


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

Constructor Detail

Actions.Action2

public Actions.Action2()
Method Detail

apply

public abstract void apply(T1 t1,
                           T2 t2)

getParameterType1

public final Class<?> getParameterType1()

getParameterType2

public final Class<?> getParameterType2()

lombok-pg -

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