Rx\Operator\TakeWhileOperator::__construct PHP Method

__construct() public method

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