Class TakeWhileSpliterator<T>

java.lang.Object
org.miaixz.bus.core.center.stream.spliterators.TakeWhileSpliterator<T>
Type Parameters:
T - 对象类型
All Implemented Interfaces:
Spliterator<T>

public class TakeWhileSpliterator<T> extends Object implements Spliterator<T>
takeWhile 的 Spliterator
Since:
Java 17+
Author:
Kimi Liu