org.dishevelled.functor
Interface UnaryProcedure<E>

Type Parameters:
E - argument type

public interface UnaryProcedure<E>

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

Method Detail

run

void run(E e)
Execute this procedure with the specified argument.

Parameters:
e - argument to this execution


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