org.dishevelled.functor
Interface QuaternaryProcedure<E,F,G,H>
- Type Parameters:
E - first argument typeF - second argument typeG - third argument typeH - fourth argument type
public interface QuaternaryProcedure<E,F,G,H>
Typed functor that takes four arguments and returns no value.
- Version:
- $Revision: 1059 $ $Date: 2012-01-03 14:03:02 -0600 (Tue, 03 Jan 2012) $
- Author:
- Michael Heuer
|
Method Summary |
void |
run(E e,
F f,
G g,
H h)
Execute this procedure with the specified arguments. |
run
void run(E e,
F f,
G g,
H h)
- Execute this procedure with the specified arguments.
- Parameters:
e - first argument to this executionf - second argument to this executiong - third argument to this executionh - fourth argument to this execution
Copyright (c) 2004-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).