Skip to main content

distinct_until_changed_with

Function distinct_until_changed_with 

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