Package io.aether.utils.flow
Interface FlowCompletedInt
-
- All Superinterfaces:
FlowInt,it.unimi.dsi.fastutil.ints.IntIterable,it.unimi.dsi.fastutil.ints.IntIterator,java.lang.Iterable<java.lang.Integer>,java.util.Iterator<java.lang.Integer>,java.util.PrimitiveIterator<java.lang.Integer,java.util.function.IntConsumer>,java.util.PrimitiveIterator.OfInt
public interface FlowCompletedInt extends FlowInt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Flow<java.lang.Integer>box()intcount()default int @NotNull []toArray()default @NotNull it.unimi.dsi.fastutil.ints.IntListtoList()default <K,V>
@NotNull java.util.Map<K,V>toMap(AFunctionL2O<K> keyFactory, AFunctionL2O<V> valFactory)-
Methods inherited from interface io.aether.utils.flow.FlowInt
add, addAll, addAll, addAll, addAllEls, allMatch, anyMatch, anyMatchValue, apply, avg, distinct, filter, filterNot, flatMap, flatMap, flatMap, flatMap, foreach, getFirst, getFirst, getFirstOr, ifEmpty, ifEmpty, ignoreError, iterator, join, join, join, join, join, map, mapToByte, mapToObj, max, max, min, min, noneMatch, noneMatchValue, random, sort, streamTo, sum, to, toCollection, toIterable, toMapI2O, toMapL2O, toMapO2I, toSet, toShortArray, toSupplier
-
Methods inherited from interface it.unimi.dsi.fastutil.ints.IntIterable
forEach, forEach, forEach, intIterator, intSpliterator, spliterator
-
-
-
-
Method Detail
-
count
int count()
-
toList
@NotNull default @NotNull it.unimi.dsi.fastutil.ints.IntList toList()
-
toMap
@NotNull default <K,V> @NotNull java.util.Map<K,V> toMap(AFunctionL2O<K> keyFactory, AFunctionL2O<V> valFactory)
-
-