[][src]Trait fp_core::chain::Chain

pub trait Chain<B>: HKT<B> {
    fn chain<F>(self, f: F) -> Self::Target
    where
        F: FnOnce(Self::Current) -> Self::Target
; }

Required methods

fn chain<F>(self, f: F) -> Self::Target where
    F: FnOnce(Self::Current) -> Self::Target

Loading content...

Implementations on Foreign Types

impl<A, B> Chain<B> for Option<A>[src]

impl<A, B, E> Chain<B> for Result<A, E>[src]

Loading content...

Implementors

Loading content...