예제 #1
0
파일: Cat.php 프로젝트: bahulneel/phonon
 public function step($result, $input)
 {
     return Transducers::reduce($this->rxf, $result, $input);
 }