Uses of Interface
com.evolvedbinary.functional.Function

Packages that use Function
com.evolvedbinary.functional   
 

Uses of Function in com.evolvedbinary.functional
 

Methods in com.evolvedbinary.functional with parameters of type Function
<LL extends L,T>
Either<LL,T>
Either.flatMap(Function<R,Either<LL,T>> f)
          Bind through on the right-hand-side of this disjunction
<T> T
Either.fold(Function<L,T> lf, Function<R,T> rf)
          Catamorphism.
<T> T
Either.fold(Function<L,T> lf, Function<R,T> rf)
          Catamorphism.
<T> Either<T,R>
Either.leftMap(Function<L,T> f)
          Map on the left-hand-side of the disjunction
<T> Either<L,T>
Either.map(Function<R,T> f)
          Map on the right-hand-side of the disjunction
<RR extends R>
RR
Either.valueOr(Function<L,RR> lf)
          Return the value from the right-hand-side of this disjunction or run the function on the left-hand-side
 



Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.