Skip to main content

take_while_with

Function take_while_with 

Source
pub fn take_while_with<F>(
    core: &Core,
    binding: &Arc<dyn OperatorBinding>,
    source: NodeId,
    predicate: F,
    opts: OperatorOpts,
) -> OperatorRegistration
where F: Fn(HandleId) -> bool + Send + Sync + 'static,
Expand description

take_while with explicit OperatorOpts.