Uses of Interface
org.miaixz.bus.core.center.stream.TerminableWrappedStream
Packages that use TerminableWrappedStream
-
Uses of TerminableWrappedStream in org.miaixz.bus.core.center.stream
Classes in org.miaixz.bus.core.center.stream with type parameters of type TerminableWrappedStreamModifier and TypeInterfaceDescriptioninterfaceTerminableWrappedStream<T,S extends TerminableWrappedStream<T, S>> WrappedStream的扩展,用于为实现类提供更多终端操作方法的增强接口, 该接口提供的方法,返回值类型都不为Stream。Classes in org.miaixz.bus.core.center.stream that implement TerminableWrappedStreamModifier and TypeClassDescriptionclassEasyStream<T>单元素的扩展流实现。基于原生Stream进行了封装和增强。 作者经对比了vavr、eclipse-collection、stream-ex以及其他语言的api,结合日常使用习惯,进行封装和拓展 Stream为集合提供了一些易用api,它让开发人员能使用声明式编程的方式去编写代码。classEnhancedWrappedStream<T,S extends EnhancedWrappedStream<T, S>> WrappedStream接口的公共实现,用于包装并增强一个已有的流实例classEntryStream<K,V>