pub fn take_while_with<F>(
core: &Core,
binding: &Arc<dyn OperatorBinding>,
source: NodeId,
predicate: F,
opts: OperatorOpts,
) -> OperatorRegistrationExpand description
take_while with explicit OperatorOpts.
pub fn take_while_with<F>(
core: &Core,
binding: &Arc<dyn OperatorBinding>,
source: NodeId,
predicate: F,
opts: OperatorOpts,
) -> OperatorRegistrationtake_while with explicit OperatorOpts.