示例#1
0
文件: Cat.php 项目: bahulneel/phonon
 public function step($result, $input)
 {
     return Transducers::reduce($this->rxf, $result, $input);
 }