public class Chain<T> extends Object
protected
Chain()
Chain<T>
append(Chain<T> next)
void
doDuty(T t)
T
doFilter(T t)
execute(T t)
head()
static <T> Chain<T>
of()
tail()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Chain()
public static <T> Chain<T> of()
public final Chain<T> append(Chain<T> next)
public final Chain<T> head()
public final Chain<T> tail()
public T execute(T t)
public final T doFilter(T t)
public final void doDuty(T t)
Copyright © 2022. All rights reserved.