org.dishevelled.functor
Interface TernaryProcedure<E,F,G>

Type Parameters:
E - first argument type
F - second argument type
G - third argument type

public interface TernaryProcedure<E,F,G>

Typed functor that takes three 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)
          Execute this procedure with the specified arguments.
 

Method Detail

run

void run(E e,
         F f,
         G g)
Execute this procedure with the specified arguments.

Parameters:
e - first argument to this execution
f - second argument to this execution
g - third argument to this execution


Copyright (c) 2004-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).