[][src]Trait batch_oper::tuples::Tuple9Map

pub trait Tuple9Map<T> {
    fn map<U>(self, f: impl FnMut(T) -> U) -> (U, U, U, U, U, U, U, U, U);
}

Mapping for Tuple9

Required methods

fn map<U>(self, f: impl FnMut(T) -> U) -> (U, U, U, U, U, U, U, U, U)

Mapping for Tuple9

Loading content...

Implementations on Foreign Types

impl<T> Tuple9Map<T> for (T, T, T, T, T, T, T, T, T)[src]

Loading content...

Implementors

Loading content...