[][src]Trait amadeus::par_sink::DistributedSink

#[must_use]pub trait DistributedSink<Source> where
    <Self::ReduceC as Reducer<<Self::ReduceB as ReducerProcessSend<<Self::ReduceA as ReducerSend<<Self::Pipe as DistributedPipe<Source>>::Item>>::Output>>::Output>>::Output == Self::Output
{ type Output; type Pipe: DistributedPipe<Source>; type ReduceA: ReducerSend<<Self::Pipe as DistributedPipe<Source>>::Item> + ProcessSend + Clone + Send; type ReduceB: ReducerProcessSend<<Self::ReduceA as ReducerSend<<Self::Pipe as DistributedPipe<Source>>::Item>>::Output> + ProcessSend + Clone; type ReduceC: Reducer<<Self::ReduceB as ReducerProcessSend<<Self::ReduceA as ReducerSend<<Self::Pipe as DistributedPipe<Source>>::Item>>::Output>>::Output>; fn reducers(
        self
    ) -> (Self::Pipe, Self::ReduceA, Self::ReduceB, Self::ReduceC); }

Associated Types

Loading content...

Required methods

fn reducers(self) -> (Self::Pipe, Self::ReduceA, Self::ReduceB, Self::ReduceC)

Loading content...

Implementations on Foreign Types

impl<Source, R0, R1, R2, R3, O0, O1, O2, O3> DistributedSink<Source> for (R0, R1, R2, R3) where
    R0: DistributedSink<Source, Output = O0>,
    R1: DistributedSink<Source, Output = O1>,
    R2: DistributedSink<Source, Output = O2>,
    R3: DistributedSink<Source, Output = O3>,
    Source: Copy
[src]

type Output = (O0, O1, O2, O3)

type Pipe = (<R0 as DistributedSink<Source>>::Pipe, <R1 as DistributedSink<Source>>::Pipe, <R2 as DistributedSink<Source>>::Pipe, <R3 as DistributedSink<Source>>::Pipe)

type ReduceA = ReduceA4<<R0 as DistributedSink<Source>>::ReduceA, <R1 as DistributedSink<Source>>::ReduceA, <R2 as DistributedSink<Source>>::ReduceA, <R3 as DistributedSink<Source>>::ReduceA>

type ReduceB = ReduceC4<<R0 as DistributedSink<Source>>::ReduceB, <R1 as DistributedSink<Source>>::ReduceB, <R2 as DistributedSink<Source>>::ReduceB, <R3 as DistributedSink<Source>>::ReduceB>

type ReduceC = ReduceC4<<R0 as DistributedSink<Source>>::ReduceC, <R1 as DistributedSink<Source>>::ReduceC, <R2 as DistributedSink<Source>>::ReduceC, <R3 as DistributedSink<Source>>::ReduceC>

impl<Source, R0, O0> DistributedSink<Source> for (R0,) where
    R0: DistributedSink<Source, Output = O0>, 
[src]

type Output = (O0,)

type Pipe = (<R0 as DistributedSink<Source>>::Pipe,)

type ReduceA = ReduceA1<<R0 as DistributedSink<Source>>::ReduceA>

type ReduceB = ReduceC1<<R0 as DistributedSink<Source>>::ReduceB>

type ReduceC = ReduceC1<<R0 as DistributedSink<Source>>::ReduceC>

impl<Source, R0, R1, R2, R3, R4, R5, R6, R7, O0, O1, O2, O3, O4, O5, O6, O7> DistributedSink<Source> for (R0, R1, R2, R3, R4, R5, R6, R7) where
    R0: DistributedSink<Source, Output = O0>,
    R1: DistributedSink<Source, Output = O1>,
    R2: DistributedSink<Source, Output = O2>,
    R3: DistributedSink<Source, Output = O3>,
    R4: DistributedSink<Source, Output = O4>,
    R5: DistributedSink<Source, Output = O5>,
    R6: DistributedSink<Source, Output = O6>,
    R7: DistributedSink<Source, Output = O7>,
    Source: Copy
[src]

type Output = (O0, O1, O2, O3, O4, O5, O6, O7)

type Pipe = (<R0 as DistributedSink<Source>>::Pipe, <R1 as DistributedSink<Source>>::Pipe, <R2 as DistributedSink<Source>>::Pipe, <R3 as DistributedSink<Source>>::Pipe, <R4 as DistributedSink<Source>>::Pipe, <R5 as DistributedSink<Source>>::Pipe, <R6 as DistributedSink<Source>>::Pipe, <R7 as DistributedSink<Source>>::Pipe)

type ReduceA = ReduceA8<<R0 as DistributedSink<Source>>::ReduceA, <R1 as DistributedSink<Source>>::ReduceA, <R2 as DistributedSink<Source>>::ReduceA, <R3 as DistributedSink<Source>>::ReduceA, <R4 as DistributedSink<Source>>::ReduceA, <R5 as DistributedSink<Source>>::ReduceA, <R6 as DistributedSink<Source>>::ReduceA, <R7 as DistributedSink<Source>>::ReduceA>

type ReduceB = ReduceC8<<R0 as DistributedSink<Source>>::ReduceB, <R1 as DistributedSink<Source>>::ReduceB, <R2 as DistributedSink<Source>>::ReduceB, <R3 as DistributedSink<Source>>::ReduceB, <R4 as DistributedSink<Source>>::ReduceB, <R5 as DistributedSink<Source>>::ReduceB, <R6 as DistributedSink<Source>>::ReduceB, <R7 as DistributedSink<Source>>::ReduceB>

type ReduceC = ReduceC8<<R0 as DistributedSink<Source>>::ReduceC, <R1 as DistributedSink<Source>>::ReduceC, <R2 as DistributedSink<Source>>::ReduceC, <R3 as DistributedSink<Source>>::ReduceC, <R4 as DistributedSink<Source>>::ReduceC, <R5 as DistributedSink<Source>>::ReduceC, <R6 as DistributedSink<Source>>::ReduceC, <R7 as DistributedSink<Source>>::ReduceC>

impl<Source, R0, R1, R2, R3, R4, O0, O1, O2, O3, O4> DistributedSink<Source> for (R0, R1, R2, R3, R4) where
    R0: DistributedSink<Source, Output = O0>,
    R1: DistributedSink<Source, Output = O1>,
    R2: DistributedSink<Source, Output = O2>,
    R3: DistributedSink<Source, Output = O3>,
    R4: DistributedSink<Source, Output = O4>,
    Source: Copy
[src]

type Output = (O0, O1, O2, O3, O4)

type Pipe = (<R0 as DistributedSink<Source>>::Pipe, <R1 as DistributedSink<Source>>::Pipe, <R2 as DistributedSink<Source>>::Pipe, <R3 as DistributedSink<Source>>::Pipe, <R4 as DistributedSink<Source>>::Pipe)

type ReduceA = ReduceA5<<R0 as DistributedSink<Source>>::ReduceA, <R1 as DistributedSink<Source>>::ReduceA, <R2 as DistributedSink<Source>>::ReduceA, <R3 as DistributedSink<Source>>::ReduceA, <R4 as DistributedSink<Source>>::ReduceA>

type ReduceB = ReduceC5<<R0 as DistributedSink<Source>>::ReduceB, <R1 as DistributedSink<Source>>::ReduceB, <R2 as DistributedSink<Source>>::ReduceB, <R3 as DistributedSink<Source>>::ReduceB, <R4 as DistributedSink<Source>>::ReduceB>

type ReduceC = ReduceC5<<R0 as DistributedSink<Source>>::ReduceC, <R1 as DistributedSink<Source>>::ReduceC, <R2 as DistributedSink<Source>>::ReduceC, <R3 as DistributedSink<Source>>::ReduceC, <R4 as DistributedSink<Source>>::ReduceC>

impl<Source, R0, R1, O0, O1> DistributedSink<Source> for (R0, R1) where
    R0: DistributedSink<Source, Output = O0>,
    R1: DistributedSink<Source, Output = O1>,
    Source: Copy
[src]

type Output = (O0, O1)

type Pipe = (<R0 as DistributedSink<Source>>::Pipe, <R1 as DistributedSink<Source>>::Pipe)

type ReduceA = ReduceA2<<R0 as DistributedSink<Source>>::ReduceA, <R1 as DistributedSink<Source>>::ReduceA>

type ReduceB = ReduceC2<<R0 as DistributedSink<Source>>::ReduceB, <R1 as DistributedSink<Source>>::ReduceB>

type ReduceC = ReduceC2<<R0 as DistributedSink<Source>>::ReduceC, <R1 as DistributedSink<Source>>::ReduceC>

impl<Source, R0, R1, R2, R3, R4, R5, O0, O1, O2, O3, O4, O5> DistributedSink<Source> for (R0, R1, R2, R3, R4, R5) where
    R0: DistributedSink<Source, Output = O0>,
    R1: DistributedSink<Source, Output = O1>,
    R2: DistributedSink<Source, Output = O2>,
    R3: DistributedSink<Source, Output = O3>,
    R4: DistributedSink<Source, Output = O4>,
    R5: DistributedSink<Source, Output = O5>,
    Source: Copy
[src]

type Output = (O0, O1, O2, O3, O4, O5)

type Pipe = (<R0 as DistributedSink<Source>>::Pipe, <R1 as DistributedSink<Source>>::Pipe, <R2 as DistributedSink<Source>>::Pipe, <R3 as DistributedSink<Source>>::Pipe, <R4 as DistributedSink<Source>>::Pipe, <R5 as DistributedSink<Source>>::Pipe)

type ReduceA = ReduceA6<<R0 as DistributedSink<Source>>::ReduceA, <R1 as DistributedSink<Source>>::ReduceA, <R2 as DistributedSink<Source>>::ReduceA, <R3 as DistributedSink<Source>>::ReduceA, <R4 as DistributedSink<Source>>::ReduceA, <R5 as DistributedSink<Source>>::ReduceA>

type ReduceB = ReduceC6<<R0 as DistributedSink<Source>>::ReduceB, <R1 as DistributedSink<Source>>::ReduceB, <R2 as DistributedSink<Source>>::ReduceB, <R3 as DistributedSink<Source>>::ReduceB, <R4 as DistributedSink<Source>>::ReduceB, <R5 as DistributedSink<Source>>::ReduceB>

type ReduceC = ReduceC6<<R0 as DistributedSink<Source>>::ReduceC, <R1 as DistributedSink<Source>>::ReduceC, <R2 as DistributedSink<Source>>::ReduceC, <R3 as DistributedSink<Source>>::ReduceC, <R4 as DistributedSink<Source>>::ReduceC, <R5 as DistributedSink<Source>>::ReduceC>

impl<Source> DistributedSink<Source> for ()[src]

type Output = ()

type Pipe = ()

type ReduceA = ReduceA0

type ReduceB = ReduceC0

type ReduceC = ReduceC0

impl<Source, R0, R1, R2, O0, O1, O2> DistributedSink<Source> for (R0, R1, R2) where
    R0: DistributedSink<Source, Output = O0>,
    R1: DistributedSink<Source, Output = O1>,
    R2: DistributedSink<Source, Output = O2>,
    Source: Copy
[src]

type Output = (O0, O1, O2)

type Pipe = (<R0 as DistributedSink<Source>>::Pipe, <R1 as DistributedSink<Source>>::Pipe, <R2 as DistributedSink<Source>>::Pipe)

type ReduceA = ReduceA3<<R0 as DistributedSink<Source>>::ReduceA, <R1 as DistributedSink<Source>>::ReduceA, <R2 as DistributedSink<Source>>::ReduceA>

type ReduceB = ReduceC3<<R0 as DistributedSink<Source>>::ReduceB, <R1 as DistributedSink<Source>>::ReduceB, <R2 as DistributedSink<Source>>::ReduceB>

type ReduceC = ReduceC3<<R0 as DistributedSink<Source>>::ReduceC, <R1 as DistributedSink<Source>>::ReduceC, <R2 as DistributedSink<Source>>::ReduceC>

impl<Source, R0, R1, R2, R3, R4, R5, R6, O0, O1, O2, O3, O4, O5, O6> DistributedSink<Source> for (R0, R1, R2, R3, R4, R5, R6) where
    R0: DistributedSink<Source, Output = O0>,
    R1: DistributedSink<Source, Output = O1>,
    R2: DistributedSink<Source, Output = O2>,
    R3: DistributedSink<Source, Output = O3>,
    R4: DistributedSink<Source, Output = O4>,
    R5: DistributedSink<Source, Output = O5>,
    R6: DistributedSink<Source, Output = O6>,
    Source: Copy
[src]

type Output = (O0, O1, O2, O3, O4, O5, O6)

type Pipe = (<R0 as DistributedSink<Source>>::Pipe, <R1 as DistributedSink<Source>>::Pipe, <R2 as DistributedSink<Source>>::Pipe, <R3 as DistributedSink<Source>>::Pipe, <R4 as DistributedSink<Source>>::Pipe, <R5 as DistributedSink<Source>>::Pipe, <R6 as DistributedSink<Source>>::Pipe)

type ReduceA = ReduceA7<<R0 as DistributedSink<Source>>::ReduceA, <R1 as DistributedSink<Source>>::ReduceA, <R2 as DistributedSink<Source>>::ReduceA, <R3 as DistributedSink<Source>>::ReduceA, <R4 as DistributedSink<Source>>::ReduceA, <R5 as DistributedSink<Source>>::ReduceA, <R6 as DistributedSink<Source>>::ReduceA>

type ReduceB = ReduceC7<<R0 as DistributedSink<Source>>::ReduceB, <R1 as DistributedSink<Source>>::ReduceB, <R2 as DistributedSink<Source>>::ReduceB, <R3 as DistributedSink<Source>>::ReduceB, <R4 as DistributedSink<Source>>::ReduceB, <R5 as DistributedSink<Source>>::ReduceB, <R6 as DistributedSink<Source>>::ReduceB>

type ReduceC = ReduceC7<<R0 as DistributedSink<Source>>::ReduceC, <R1 as DistributedSink<Source>>::ReduceC, <R2 as DistributedSink<Source>>::ReduceC, <R3 as DistributedSink<Source>>::ReduceC, <R4 as DistributedSink<Source>>::ReduceC, <R5 as DistributedSink<Source>>::ReduceC, <R6 as DistributedSink<Source>>::ReduceC>

Loading content...

Implementors

impl<A, B, C, Source, RefAItem> DistributedSink<Source> for Fork<A, B, C, RefAItem> where
    A: DistributedPipe<Source>,
    B: DistributedSink<<A as DistributedPipe<Source>>::Item>,
    C: DistributedSink<RefAItem>,
    RefAItem: 'static, 
[src]

type Output = (<B as DistributedSink<<A as DistributedPipe<Source>>::Item>>::Output, <C as DistributedSink<RefAItem>>::Output)

type Pipe = Fork<A, <B as DistributedSink<<A as DistributedPipe<Source>>::Item>>::Pipe, <C as DistributedSink<RefAItem>>::Pipe, RefAItem>

type ReduceA = ReduceA2<<B as DistributedSink<<A as DistributedPipe<Source>>::Item>>::ReduceA, <C as DistributedSink<RefAItem>>::ReduceA>

type ReduceB = ReduceC2<<B as DistributedSink<<A as DistributedPipe<Source>>::Item>>::ReduceB, <C as DistributedSink<RefAItem>>::ReduceB>

type ReduceC = ReduceC2<<B as DistributedSink<<A as DistributedPipe<Source>>::Item>>::ReduceC, <C as DistributedSink<RefAItem>>::ReduceC>

impl<A, B, Source> DistributedSink<Source> for Pipe<A, B> where
    A: DistributedPipe<Source>,
    B: DistributedSink<<A as DistributedPipe<Source>>::Item>, 
[src]

type Output = <B as DistributedSink<<A as DistributedPipe<Source>>::Item>>::Output

type Pipe = Pipe<A, <B as DistributedSink<<A as DistributedPipe<Source>>::Item>>::Pipe>

type ReduceA = <B as DistributedSink<<A as DistributedPipe<Source>>::Item>>::ReduceA

type ReduceB = <B as DistributedSink<<A as DistributedPipe<Source>>::Item>>::ReduceB

type ReduceC = <B as DistributedSink<<A as DistributedPipe<Source>>::Item>>::ReduceC

impl<A, B, Source, T, U> DistributedSink<Source> for GroupBy<A, B> where
    A: DistributedPipe<Source, Item = (T, U)>,
    B: DistributedSink<U>,
    T: Eq + Hash + ProcessSend + 'static,
    <<B as DistributedSink<U>>::Pipe as DistributedPipe<U>>::Task: Clone,
    <<B as DistributedSink<U>>::Pipe as DistributedPipe<U>>::Task: ProcessSend,
    <<B as DistributedSink<U>>::Pipe as DistributedPipe<U>>::Task: 'static,
    <B as DistributedSink<U>>::ReduceA: Clone,
    <B as DistributedSink<U>>::ReduceA: ProcessSend,
    <B as DistributedSink<U>>::ReduceA: 'static,
    <B as DistributedSink<U>>::ReduceB: Clone,
    <B as DistributedSink<U>>::ReduceC: Clone,
    <B as DistributedSink<U>>::Output: ProcessSend,
    <B as DistributedSink<U>>::Output: 'static, 
[src]

type Output = HashMap<T, <B as DistributedSink<U>>::Output, RandomState>

type Pipe = A

type ReduceA = GroupByReducerA<<<B as DistributedSink<U>>::Pipe as DistributedPipe<U>>::Task, <B as DistributedSink<U>>::ReduceA, T, U>

type ReduceB = GroupByReducerB<<B as DistributedSink<U>>::ReduceB, T, <<B as DistributedSink<U>>::ReduceA as ReducerSend<<<B as DistributedSink<U>>::Pipe as DistributedPipe<U>>::Item>>::Output>

type ReduceC = GroupByReducerB<<B as DistributedSink<U>>::ReduceC, T, <<B as DistributedSink<U>>::ReduceB as ReducerProcessSend<<<B as DistributedSink<U>>::ReduceA as Reducer<<<B as DistributedSink<U>>::Pipe as DistributedPipe<U>>::Item>>::Output>>::Output>

impl<I, Source> DistributedSink<Source> for Count<I> where
    I: DistributedPipe<Source>, 
[src]

type Output = <<Count<I> as DistributedSink<Source>>::ReduceC as Reducer<<<Count<I> as DistributedSink<Source>>::ReduceB as Reducer<<<Count<I> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output>>::Output

type Pipe = I

type ReduceA = FolderSyncReducer<<I as DistributedPipe<Source>>::Item, CountFolder>

type ReduceB = FolderSyncReducer<<<Count<I> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output, SumFolder<usize>>

type ReduceC = FolderSyncReducer<<<Count<I> as DistributedSink<Source>>::ReduceB as Reducer<<<Count<I> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output, SumFolder<usize>>

impl<I, Source> DistributedSink<Source> for Histogram<I> where
    I: DistributedPipe<Source>,
    <I as DistributedPipe<Source>>::Item: Hash,
    <I as DistributedPipe<Source>>::Item: Ord,
    <I as DistributedPipe<Source>>::Item: ProcessSend,
    <I as DistributedPipe<Source>>::Item: 'static, 
[src]

type Output = <<Histogram<I> as DistributedSink<Source>>::ReduceC as Reducer<<<Histogram<I> as DistributedSink<Source>>::ReduceB as Reducer<<<Histogram<I> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output>>::Output

type Pipe = I

type ReduceA = FolderSyncReducer<<I as DistributedPipe<Source>>::Item, HistogramFolder<<I as DistributedPipe<Source>>::Item, StepA>>

type ReduceB = FolderSyncReducer<<<Histogram<I> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output, HistogramFolder<<I as DistributedPipe<Source>>::Item, StepB>>

type ReduceC = FolderSyncReducer<<<Histogram<I> as DistributedSink<Source>>::ReduceB as Reducer<<<Histogram<I> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output, HistogramFolder<<I as DistributedPipe<Source>>::Item, StepB>>

impl<I, Source> DistributedSink<Source> for Max<I> where
    I: DistributedPipe<Source>,
    <I as DistributedPipe<Source>>::Item: Ord,
    <I as DistributedPipe<Source>>::Item: ProcessSend,
    <I as DistributedPipe<Source>>::Item: 'static, 
[src]

type Output = <<Max<I> as DistributedSink<Source>>::ReduceC as Reducer<<<Max<I> as DistributedSink<Source>>::ReduceB as Reducer<<<Max<I> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output>>::Output

type Pipe = I

type ReduceA = FolderSyncReducer<<I as DistributedPipe<Source>>::Item, Max<<I as DistributedPipe<Source>>::Item>>

type ReduceB = FolderSyncReducer<<<Max<I> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output, Max<<I as DistributedPipe<Source>>::Item>>

type ReduceC = FolderSyncReducer<<<Max<I> as DistributedSink<Source>>::ReduceB as Reducer<<<Max<I> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output, Max<<I as DistributedPipe<Source>>::Item>>

impl<I, Source> DistributedSink<Source> for Min<I> where
    I: DistributedPipe<Source>,
    <I as DistributedPipe<Source>>::Item: Ord,
    <I as DistributedPipe<Source>>::Item: ProcessSend,
    <I as DistributedPipe<Source>>::Item: 'static, 
[src]

type Output = <<Min<I> as DistributedSink<Source>>::ReduceC as Reducer<<<Min<I> as DistributedSink<Source>>::ReduceB as Reducer<<<Min<I> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output>>::Output

type Pipe = I

type ReduceA = FolderSyncReducer<<I as DistributedPipe<Source>>::Item, Min<<I as DistributedPipe<Source>>::Item>>

type ReduceB = FolderSyncReducer<<<Min<I> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output, Min<<I as DistributedPipe<Source>>::Item>>

type ReduceC = FolderSyncReducer<<<Min<I> as DistributedSink<Source>>::ReduceB as Reducer<<<Min<I> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output, Min<<I as DistributedPipe<Source>>::Item>>

impl<I, Source> DistributedSink<Source> for MostFrequent<I> where
    I: DistributedPipe<Source>,
    <I as DistributedPipe<Source>>::Item: Clone,
    <I as DistributedPipe<Source>>::Item: Hash,
    <I as DistributedPipe<Source>>::Item: Eq,
    <I as DistributedPipe<Source>>::Item: ProcessSend,
    <I as DistributedPipe<Source>>::Item: 'static, 
[src]

impl<I, Source> DistributedSink<Source> for SampleUnstable<I> where
    I: DistributedPipe<Source>,
    <I as DistributedPipe<Source>>::Item: ProcessSend,
    <I as DistributedPipe<Source>>::Item: 'static, 
[src]

impl<I, Source, A, B> DistributedSink<Source> for MostDistinct<I> where
    A: Clone + Hash + Eq + ProcessSend + 'static,
    B: Hash + 'static,
    I: DistributedPipe<Source, Item = (A, B)>, 
[src]

impl<I, Source, B> DistributedSink<Source> for Sum<I, B> where
    B: Sum<<I as DistributedPipe<Source>>::Item> + Sum<B> + ProcessSend + 'static,
    I: DistributedPipe<Source>, 
[src]

type Output = <<Sum<I, B> as DistributedSink<Source>>::ReduceC as Reducer<<<Sum<I, B> as DistributedSink<Source>>::ReduceB as Reducer<<<Sum<I, B> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output>>::Output

type Pipe = I

type ReduceA = FolderSyncReducer<<I as DistributedPipe<Source>>::Item, SumFolder<B>>

type ReduceB = FolderSyncReducer<<<Sum<I, B> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output, SumFolder<B>>

type ReduceC = FolderSyncReducer<<<Sum<I, B> as DistributedSink<Source>>::ReduceB as Reducer<<<Sum<I, B> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output, SumFolder<B>>

impl<I, Source, F> DistributedSink<Source> for All<I, F> where
    F: FnMut<(<I as DistributedPipe<Source>>::Item,), Output = bool> + Clone + ProcessSend + 'static,
    I: DistributedPipe<Source>, 
[src]

type Output = bool

type Pipe = I

type ReduceA = AllReducer<<I as DistributedPipe<Source>>::Item, F>

type ReduceB = BoolAndReducer

type ReduceC = BoolAndReducer

impl<I, Source, F> DistributedSink<Source> for Any<I, F> where
    F: FnMut<(<I as DistributedPipe<Source>>::Item,), Output = bool> + Clone + ProcessSend + 'static,
    I: DistributedPipe<Source>, 
[src]

type Output = bool

type Pipe = I

type ReduceA = AnyReducer<<I as DistributedPipe<Source>>::Item, F>

type ReduceB = BoolOrReducer

type ReduceC = BoolOrReducer

impl<I, Source, F> DistributedSink<Source> for Combine<I, F> where
    F: FnMut<(<I as DistributedPipe<Source>>::Item, <I as DistributedPipe<Source>>::Item), Output = <I as DistributedPipe<Source>>::Item> + Clone + ProcessSend + 'static,
    I: DistributedPipe<Source>,
    <I as DistributedPipe<Source>>::Item: ProcessSend,
    <I as DistributedPipe<Source>>::Item: 'static, 
[src]

type Output = <<Combine<I, F> as DistributedSink<Source>>::ReduceC as Reducer<<<Combine<I, F> as DistributedSink<Source>>::ReduceB as Reducer<<<Combine<I, F> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output>>::Output

type Pipe = I

type ReduceA = FolderSyncReducer<<I as DistributedPipe<Source>>::Item, ReduceFn<F, <I as DistributedPipe<Source>>::Item>>

type ReduceB = FolderSyncReducer<<<Combine<I, F> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output, ReduceFn<F, <I as DistributedPipe<Source>>::Item>>

type ReduceC = FolderSyncReducer<<<Combine<I, F> as DistributedSink<Source>>::ReduceB as Reducer<<<Combine<I, F> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output, ReduceFn<F, <I as DistributedPipe<Source>>::Item>>

impl<I, Source, F> DistributedSink<Source> for ForEach<I, F> where
    F: FnMut<(<I as DistributedPipe<Source>>::Item,), Output = ()> + Clone + ProcessSend + 'static,
    I: DistributedPipe<Source>, 
[src]

type Output = ()

type Pipe = I

type ReduceA = ForEachReducer<<I as DistributedPipe<Source>>::Item, F>

type ReduceB = PushReducer<(), ()>

type ReduceC = PushReducer<(), ()>

impl<I, Source, F> DistributedSink<Source> for MaxBy<I, F> where
    F: for<'a, 'b> FnMut<(&'a <I as DistributedPipe<Source>>::Item, &'b <I as DistributedPipe<Source>>::Item), Output = Ordering> + Clone + ProcessSend + 'static,
    I: DistributedPipe<Source>,
    <I as DistributedPipe<Source>>::Item: ProcessSend,
    <I as DistributedPipe<Source>>::Item: 'static, 
[src]

type Output = <<MaxBy<I, F> as DistributedSink<Source>>::ReduceC as Reducer<<<MaxBy<I, F> as DistributedSink<Source>>::ReduceB as Reducer<<<MaxBy<I, F> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output>>::Output

type Pipe = I

type ReduceA = FolderSyncReducer<<I as DistributedPipe<Source>>::Item, MaxBy<<I as DistributedPipe<Source>>::Item, F>>

type ReduceB = FolderSyncReducer<<<MaxBy<I, F> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output, MaxBy<<I as DistributedPipe<Source>>::Item, F>>

type ReduceC = FolderSyncReducer<<<MaxBy<I, F> as DistributedSink<Source>>::ReduceB as Reducer<<<MaxBy<I, F> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output, MaxBy<<I as DistributedPipe<Source>>::Item, F>>

impl<I, Source, F> DistributedSink<Source> for MinBy<I, F> where
    F: for<'b, 'a> FnMut<(&'a <I as DistributedPipe<Source>>::Item, &'b <I as DistributedPipe<Source>>::Item), Output = Ordering> + Clone + ProcessSend + 'static,
    I: DistributedPipe<Source>,
    <I as DistributedPipe<Source>>::Item: ProcessSend,
    <I as DistributedPipe<Source>>::Item: 'static, 
[src]

type Output = <<MinBy<I, F> as DistributedSink<Source>>::ReduceC as Reducer<<<MinBy<I, F> as DistributedSink<Source>>::ReduceB as Reducer<<<MinBy<I, F> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output>>::Output

type Pipe = I

type ReduceA = FolderSyncReducer<<I as DistributedPipe<Source>>::Item, MinBy<<I as DistributedPipe<Source>>::Item, F>>

type ReduceB = FolderSyncReducer<<<MinBy<I, F> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output, MinBy<<I as DistributedPipe<Source>>::Item, F>>

type ReduceC = FolderSyncReducer<<<MinBy<I, F> as DistributedSink<Source>>::ReduceB as Reducer<<<MinBy<I, F> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output, MinBy<<I as DistributedPipe<Source>>::Item, F>>

impl<I, Source, F, B> DistributedSink<Source> for MaxByKey<I, F> where
    B: Ord + 'static,
    F: for<'a> FnMut<(&'a <I as DistributedPipe<Source>>::Item,), Output = B> + Clone + ProcessSend + 'static,
    I: DistributedPipe<Source>,
    <I as DistributedPipe<Source>>::Item: ProcessSend,
    <I as DistributedPipe<Source>>::Item: 'static, 
[src]

type Output = <<MaxByKey<I, F> as DistributedSink<Source>>::ReduceC as Reducer<<<MaxByKey<I, F> as DistributedSink<Source>>::ReduceB as Reducer<<<MaxByKey<I, F> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output>>::Output

type Pipe = I

type ReduceA = FolderSyncReducer<<I as DistributedPipe<Source>>::Item, MaxByKey<<I as DistributedPipe<Source>>::Item, F, B>>

type ReduceB = FolderSyncReducer<<<MaxByKey<I, F> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output, MaxByKey<<I as DistributedPipe<Source>>::Item, F, B>>

type ReduceC = FolderSyncReducer<<<MaxByKey<I, F> as DistributedSink<Source>>::ReduceB as Reducer<<<MaxByKey<I, F> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output, MaxByKey<<I as DistributedPipe<Source>>::Item, F, B>>

impl<I, Source, F, B> DistributedSink<Source> for MinByKey<I, F> where
    B: Ord + 'static,
    F: for<'a> FnMut<(&'a <I as DistributedPipe<Source>>::Item,), Output = B> + Clone + ProcessSend + 'static,
    I: DistributedPipe<Source>,
    <I as DistributedPipe<Source>>::Item: ProcessSend,
    <I as DistributedPipe<Source>>::Item: 'static, 
[src]

type Output = <<MinByKey<I, F> as DistributedSink<Source>>::ReduceC as Reducer<<<MinByKey<I, F> as DistributedSink<Source>>::ReduceB as Reducer<<<MinByKey<I, F> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output>>::Output

type Pipe = I

type ReduceA = FolderSyncReducer<<I as DistributedPipe<Source>>::Item, MinByKey<<I as DistributedPipe<Source>>::Item, F, B>>

type ReduceB = FolderSyncReducer<<<MinByKey<I, F> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output, MinByKey<<I as DistributedPipe<Source>>::Item, F, B>>

type ReduceC = FolderSyncReducer<<<MinByKey<I, F> as DistributedSink<Source>>::ReduceB as Reducer<<<MinByKey<I, F> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output, MinByKey<<I as DistributedPipe<Source>>::Item, F, B>>

impl<I, Source, ID, F, B> DistributedSink<Source> for Fold<I, ID, F, B> where
    B: ProcessSend + 'static,
    F: FnMut<(B, Either<<I as DistributedPipe<Source>>::Item, B>), Output = B> + Clone + ProcessSend + 'static,
    I: DistributedPipe<Source>,
    ID: FnMut<(), Output = B> + Clone + ProcessSend + 'static, 
[src]

type Output = <<Fold<I, ID, F, B> as DistributedSink<Source>>::ReduceC as Reducer<<<Fold<I, ID, F, B> as DistributedSink<Source>>::ReduceB as Reducer<<<Fold<I, ID, F, B> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output>>::Output

type Pipe = I

type ReduceA = FolderSyncReducer<<I as DistributedPipe<Source>>::Item, FoldFolder<<I as DistributedPipe<Source>>::Item, ID, F, B, StepA>>

type ReduceB = FolderSyncReducer<<<Fold<I, ID, F, B> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output, FoldFolder<<I as DistributedPipe<Source>>::Item, ID, F, B, StepB>>

type ReduceC = FolderSyncReducer<<<Fold<I, ID, F, B> as DistributedSink<Source>>::ReduceB as Reducer<<<Fold<I, ID, F, B> as DistributedSink<Source>>::ReduceA as Reducer<<I as DistributedPipe<Source>>::Item>>::Output>>::Output, FoldFolder<<I as DistributedPipe<Source>>::Item, ID, F, B, StepB>>

impl<I, Source, T> DistributedSink<Source> for Collect<I, T> where
    I: DistributedPipe<Source>,
    T: FromDistributedStream<<I as DistributedPipe<Source>>::Item>, 
[src]

type Output = T

type Pipe = I

type ReduceA = <T as FromDistributedStream<<I as DistributedPipe<Source>>::Item>>::ReduceA

type ReduceB = <T as FromDistributedStream<<I as DistributedPipe<Source>>::Item>>::ReduceB

type ReduceC = <T as FromDistributedStream<<I as DistributedPipe<Source>>::Item>>::ReduceC

Loading content...