Uses of Interface
org.miaixz.bus.core.center.stream.WrappedStream
Packages that use WrappedStream
-
Uses of WrappedStream in org.miaixz.bus.core.center.stream
Classes in org.miaixz.bus.core.center.stream with type parameters of type WrappedStreamSubinterfaces of WrappedStream in org.miaixz.bus.core.center.streamModifier and TypeInterfaceDescriptioninterfaceTerminableWrappedStream<T,S extends TerminableWrappedStream<T, S>> WrappedStream的扩展,用于为实现类提供更多终端操作方法的增强接口, 该接口提供的方法,返回值类型都不为Stream。interfaceTransformableWrappedStream<T,S extends TransformableWrappedStream<T, S>> WrappedStream的扩展,用于为实现类提供更多中间操作方法的增强接口, 该接口提供的方法,返回值类型都为Stream。Classes in org.miaixz.bus.core.center.stream that implement WrappedStreamModifier and TypeClassDescriptionclassEasyStream<T>单元素的扩展流实现。classEnhancedWrappedStream<T,S extends EnhancedWrappedStream<T, S>> WrappedStream接口的公共实现,用于包装并增强一个已有的流实例classEntryStream<K,V> 参考StreamEx的EntryStream与vavr的Map,是针对键值对对象Map.Entry特化的单元素增强流实现。