public interface BiMapper<T,U,V>
Mapper
<W> BiMapper<T,U,W>
compose(Mapper<? super V,? extends W> after)
V
map(T t, U u)
V map(T t, U u)
<W> BiMapper<T,U,W> compose(Mapper<? super V,? extends W> after)
Copyright © 2012-2014 Julian Hyde. All Rights Reserved.