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