Rx\Operator\TakeWhileOperator::__construct PHP Méthode

__construct() public méthode

public __construct ( callable $predicate )
$predicate callable
    public function __construct(callable $predicate)
    {
        $this->predicate = $predicate;
    }
TakeWhileOperator