public class Chained<T> extends java.lang.Object
Chained(T original)
<U> Chained<U>
apply(java.util.function.Function<? super T,? extends U> mapper)
flatApply(java.util.function.Function<? super T,Chained<U>> mapper)
T
get()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Chained(T original)
public <U> Chained<U> apply(java.util.function.Function<? super T,? extends U> mapper)
public <U> Chained<U> flatApply(java.util.function.Function<? super T,Chained<U>> mapper)
public T get()