org.dishevelled.functor
Interface Procedure<E>

Type Parameters:
E - argument type

public interface Procedure<E>

Typed functor that takes no arguments and returns no value. Of limited utility, included here only for completeness' sake.

Version:
$Revision: 1059 $ $Date: 2012-01-03 14:03:02 -0600 (Tue, 03 Jan 2012) $
Author:
Michael Heuer

Method Summary
 void run()
          Execute this procedure with no arguments.
 

Method Detail

run

void run()
Execute this procedure with no arguments.



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