Package io.aether.utils.flow
Interface FlowCompletedShort
-
- All Superinterfaces:
FlowShort,java.lang.Iterable<java.lang.Short>,java.util.Iterator<java.lang.Short>,java.util.PrimitiveIterator<java.lang.Short,it.unimi.dsi.fastutil.shorts.ShortConsumer>,it.unimi.dsi.fastutil.shorts.ShortIterable,it.unimi.dsi.fastutil.shorts.ShortIterator
public interface FlowCompletedShort extends FlowShort
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Flow<java.lang.Short>box()intcount()default short @NotNull []toArray()default @NotNull it.unimi.dsi.fastutil.shorts.ShortListtoList()default <K,V>
@NotNull java.util.Map<K,V>toMap(AFunctionL2O<K> keyFactory, AFunctionL2O<V> valFactory)-
Methods inherited from interface io.aether.utils.flow.FlowShort
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, map, mapToInt, mapToObj, max, max, min, min, noneMatch, noneMatchValue, random, sort, streamTo, sum, to, toCollection, toIntArray, toIterable, toMapI2O, toMapL2O, toMapO2I, toSet, toSupplier
-
-
-
-
Method Detail
-
count
int count()
-
toList
@NotNull default @NotNull it.unimi.dsi.fastutil.shorts.ShortList toList()
-
toMap
@NotNull default <K,V> @NotNull java.util.Map<K,V> toMap(AFunctionL2O<K> keyFactory, AFunctionL2O<V> valFactory)
-
-