Interface Chain<E,T>

Type Parameters:
E - 元素类型
T - 目标类类型,用于返回this对象
All Superinterfaces:
Iterable<E>
All Known Implementing Classes:
ComparatorChain, Html4Escape, Html4Unescape, IteratorChain, ReplacerChain, WatcherChain, XmlEscape, XmlUnescape

public interface Chain<E,T> extends Iterable<E>
责任链接口
Since:
Java 17+
Author:
Kimi Liu