TupleFunctor.class.php

Go to the documentation of this file.
00001 <?php
00002     interface TupleFunctor
00003     {
00004         public function apply($tuple);
00005     }
00006 ?>