[][src]Trait fp_core::apply::Apply

pub trait Apply<A, F, B>: Functor<A, B> + HKT3<A, F, B> where
    F: FnOnce(A) -> B, 
{ fn ap(self, f: Self::Target2) -> Self::Target; }

Required methods

fn ap(self, f: Self::Target2) -> Self::Target

Loading content...

Implementations on Foreign Types

impl<A, F, B> Apply<A, F, B> for Option<A> where
    F: FnOnce(A) -> B, 
[src]

Loading content...

Implementors

Loading content...