程序包 committee.nova.mods.avaritia.api.util.java
package committee.nova.mods.avaritia.api.util.java
-
类说明Created by covers1624 on 3/27/2016.ColUtilsCopyable<T>Name: Avaritia-forge / CopyableFastStream<T>FastStreamA
FastStreamfor an array of concatenatedIterables.AFastStreamwith a filtering function applied.AFastStreamwith a flat mapping option applied to each element flattened together.FastStream.Group<K,V> Represents a Key to sequence of values in aFastStream.groupBy(java.util.function.Function<? super T, ? extends K>)grouping.FastStream.Grouped<T,K, V> AFastStreamof elements grouped by a specific key.FastStream.Mapped<T,R> AFastStreamwith a mapping function applied.AFastStreamfor an array of elements.AFastStreamfor a single element.AFastStreamwith a listener attached.AFastStreamin reverse order.AFastStreamwith a min/max filter applied.AFastStreamsorted by a comparator.FastStream.TypeCheck<T,S> Wraps a regularIterableinto aFastStream.Wraps aSpliteratorinto aFastStreamForEachAbortStreamableIterableTriFunction<T,U, V, R> TriFunction