コード例 #1
0
ファイル: StreamBuilder.php プロジェクト: projx-io/stream
 /**
  * @inheritDoc
  */
 public function filter(callable $callback = null)
 {
     return $this->then($this->operations->filter(func_get_args()));
 }