[][src]Trait amadeus_core::par_sink::ReducerProcessSend

pub trait ReducerProcessSend<Source>: ReducerSend<Source, Output = Self::Output> {
    type Output: ProcessSend + 'static;
}

Associated Types

type Output: ProcessSend + 'static

Loading content...

Implementors

impl ReducerProcessSend<Sum0> for ReduceA0[src]

type Output = ()

impl ReducerProcessSend<bool> for BoolAndReducer[src]

type Output = bool

impl ReducerProcessSend<bool> for BoolOrReducer[src]

type Output = bool

impl ReducerProcessSend<()> for ReduceC0[src]

type Output = ()

impl<A, C> ReducerProcessSend<A> for FolderSyncReducer<A, C> where
    C: FolderSync<A>,
    C::Output: ProcessSend + 'static, 
[src]

type Output = C::Output

impl<A, F> ReducerProcessSend<A> for AllReducer<A, F> where
    F: FnMut<(A,), Output = bool>, 
[src]

type Output = bool

impl<A, F> ReducerProcessSend<A> for AnyReducer<A, F> where
    F: FnMut<(A,), Output = bool>, 
[src]

type Output = bool

impl<A, F> ReducerProcessSend<A> for ForEachReducer<A, F> where
    F: FnMut<(A,), Output = ()> + Clone
[src]

type Output = ()

impl<A, T: Default + Extend<A>> ReducerProcessSend<A> for PushReducer<A, T> where
    T: ProcessSend + 'static, 
[src]

type Output = T

impl<A: Reducer<S0>, B: Reducer<S1>, C: Reducer<S2>, D: Reducer<S3>, E: Reducer<S4>, F: Reducer<S5>, G: Reducer<S6>, H: Reducer<S7>, S0, S1, S2, S3, S4, S5, S6, S7> ReducerProcessSend<Sum8<S0, S1, S2, S3, S4, S5, S6, S7>> for ReduceA8<A, B, C, D, E, F, G, H> where
    A::Output: ProcessSend + 'static,
    B::Output: ProcessSend + 'static,
    C::Output: ProcessSend + 'static,
    D::Output: ProcessSend + 'static,
    E::Output: ProcessSend + 'static,
    F::Output: ProcessSend + 'static,
    G::Output: ProcessSend + 'static,
    H::Output: ProcessSend + 'static, 
[src]

type Output = (A::Output, B::Output, C::Output, D::Output, E::Output, F::Output, G::Output, H::Output)

impl<A: Reducer<S0>, B: Reducer<S1>, C: Reducer<S2>, D: Reducer<S3>, E: Reducer<S4>, F: Reducer<S5>, G: Reducer<S6>, S0, S1, S2, S3, S4, S5, S6> ReducerProcessSend<Sum7<S0, S1, S2, S3, S4, S5, S6>> for ReduceA7<A, B, C, D, E, F, G> where
    A::Output: ProcessSend + 'static,
    B::Output: ProcessSend + 'static,
    C::Output: ProcessSend + 'static,
    D::Output: ProcessSend + 'static,
    E::Output: ProcessSend + 'static,
    F::Output: ProcessSend + 'static,
    G::Output: ProcessSend + 'static, 
[src]

type Output = (A::Output, B::Output, C::Output, D::Output, E::Output, F::Output, G::Output)

impl<A: Reducer<S0>, B: Reducer<S1>, C: Reducer<S2>, D: Reducer<S3>, E: Reducer<S4>, F: Reducer<S5>, S0, S1, S2, S3, S4, S5> ReducerProcessSend<Sum6<S0, S1, S2, S3, S4, S5>> for ReduceA6<A, B, C, D, E, F> where
    A::Output: ProcessSend + 'static,
    B::Output: ProcessSend + 'static,
    C::Output: ProcessSend + 'static,
    D::Output: ProcessSend + 'static,
    E::Output: ProcessSend + 'static,
    F::Output: ProcessSend + 'static, 
[src]

type Output = (A::Output, B::Output, C::Output, D::Output, E::Output, F::Output)

impl<A: Reducer<S0>, B: Reducer<S1>, C: Reducer<S2>, D: Reducer<S3>, E: Reducer<S4>, S0, S1, S2, S3, S4> ReducerProcessSend<Sum5<S0, S1, S2, S3, S4>> for ReduceA5<A, B, C, D, E> where
    A::Output: ProcessSend + 'static,
    B::Output: ProcessSend + 'static,
    C::Output: ProcessSend + 'static,
    D::Output: ProcessSend + 'static,
    E::Output: ProcessSend + 'static, 
[src]

type Output = (A::Output, B::Output, C::Output, D::Output, E::Output)

impl<A: Reducer<S0>, B: Reducer<S1>, C: Reducer<S2>, D: Reducer<S3>, S0, S1, S2, S3> ReducerProcessSend<Sum4<S0, S1, S2, S3>> for ReduceA4<A, B, C, D> where
    A::Output: ProcessSend + 'static,
    B::Output: ProcessSend + 'static,
    C::Output: ProcessSend + 'static,
    D::Output: ProcessSend + 'static, 
[src]

type Output = (A::Output, B::Output, C::Output, D::Output)

impl<A: Reducer<S0>, B: Reducer<S1>, C: Reducer<S2>, S0, S1, S2> ReducerProcessSend<Sum3<S0, S1, S2>> for ReduceA3<A, B, C> where
    A::Output: ProcessSend + 'static,
    B::Output: ProcessSend + 'static,
    C::Output: ProcessSend + 'static, 
[src]

type Output = (A::Output, B::Output, C::Output)

impl<A: Reducer<S0>, B: Reducer<S1>, S0, S1> ReducerProcessSend<Sum2<S0, S1>> for ReduceA2<A, B> where
    A::Output: ProcessSend + 'static,
    B::Output: ProcessSend + 'static, 
[src]

type Output = (A::Output, B::Output)

impl<A: Reducer<S0>, S0> ReducerProcessSend<Sum1<S0>> for ReduceA1<A> where
    A::Output: ProcessSend + 'static, 
[src]

type Output = (A::Output,)

impl<A: ReducerProcessSend<S0>, B: ReducerProcessSend<S1>, C: ReducerProcessSend<S2>, D: ReducerProcessSend<S3>, E: ReducerProcessSend<S4>, F: ReducerProcessSend<S5>, G: ReducerProcessSend<S6>, H: ReducerProcessSend<S7>, S0, S1, S2, S3, S4, S5, S6, S7> ReducerProcessSend<(S0, S1, S2, S3, S4, S5, S6, S7)> for ReduceC8<A, B, C, D, E, F, G, H>[src]

impl<A: ReducerProcessSend<S0>, B: ReducerProcessSend<S1>, C: ReducerProcessSend<S2>, D: ReducerProcessSend<S3>, E: ReducerProcessSend<S4>, F: ReducerProcessSend<S5>, G: ReducerProcessSend<S6>, S0, S1, S2, S3, S4, S5, S6> ReducerProcessSend<(S0, S1, S2, S3, S4, S5, S6)> for ReduceC7<A, B, C, D, E, F, G>[src]

impl<A: ReducerProcessSend<S0>, B: ReducerProcessSend<S1>, C: ReducerProcessSend<S2>, D: ReducerProcessSend<S3>, E: ReducerProcessSend<S4>, F: ReducerProcessSend<S5>, S0, S1, S2, S3, S4, S5> ReducerProcessSend<(S0, S1, S2, S3, S4, S5)> for ReduceC6<A, B, C, D, E, F>[src]

impl<A: ReducerProcessSend<S0>, B: ReducerProcessSend<S1>, C: ReducerProcessSend<S2>, D: ReducerProcessSend<S3>, E: ReducerProcessSend<S4>, S0, S1, S2, S3, S4> ReducerProcessSend<(S0, S1, S2, S3, S4)> for ReduceC5<A, B, C, D, E>[src]

impl<A: ReducerProcessSend<S0>, B: ReducerProcessSend<S1>, C: ReducerProcessSend<S2>, D: ReducerProcessSend<S3>, S0, S1, S2, S3> ReducerProcessSend<(S0, S1, S2, S3)> for ReduceC4<A, B, C, D>[src]

impl<A: ReducerProcessSend<S0>, B: ReducerProcessSend<S1>, C: ReducerProcessSend<S2>, S0, S1, S2> ReducerProcessSend<(S0, S1, S2)> for ReduceC3<A, B, C>[src]

impl<A: ReducerProcessSend<S0>, B: ReducerProcessSend<S1>, S0, S1> ReducerProcessSend<(S0, S1)> for ReduceC2<A, B>[src]

impl<A: ReducerProcessSend<S0>, S0> ReducerProcessSend<(S0,)> for ReduceC1<A>[src]

impl<A: IntoIterator<Item = B>, T: Default + Extend<B>, B> ReducerProcessSend<A> for ExtendReducer<A, T> where
    T: ProcessSend + 'static, 
[src]

type Output = T

impl<P, R, T, U> ReducerProcessSend<(T, U)> for GroupByReducerA<P, R, T, U> where
    P: PipeTask<U>,
    R: Reducer<P::Item> + Clone,
    T: Eq + Hash + ProcessSend + 'static,
    R::Output: ProcessSend + 'static, 
[src]

type Output = HashMap<T, R::Output>

impl<R, T, U> ReducerProcessSend<HashMap<T, U, RandomState>> for GroupByReducerB<R, T, U> where
    R: Reducer<U> + Clone,
    T: Eq + Hash + ProcessSend + 'static,
    R::Output: ProcessSend + 'static, 
[src]

type Output = HashMap<T, R::Output>

impl<R: Reducer<Item>, E, Item> ReducerProcessSend<Result<Item, E>> for ResultReducer<R, E> where
    R::Output: ProcessSend + 'static,
    E: ProcessSend + 'static, 
[src]

type Output = Result<R::Output, E>

impl<R: Reducer<Item>, Item> ReducerProcessSend<Option<Item>> for OptionReducer<R> where
    R::Output: ProcessSend + 'static, 
[src]

type Output = Option<R::Output>

Loading content...