[][src]Trait fp_core::extend::Extend

pub trait Extend<A, B>: Functor<A, B> + Sized {
    fn extend<W>(self, f: W) -> Self::Target
    where
        W: FnOnce(Self) -> B
; }

Required methods

fn extend<W>(self, f: W) -> Self::Target where
    W: FnOnce(Self) -> B, 

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...