Package io.aether.utils.flow
Interface FlowCompletedLong
-
- All Superinterfaces:
FlowLong,java.lang.Iterable<java.lang.Long>,java.util.Iterator<java.lang.Long>,it.unimi.dsi.fastutil.longs.LongIterable,it.unimi.dsi.fastutil.longs.LongIterator,java.util.PrimitiveIterator<java.lang.Long,java.util.function.LongConsumer>,java.util.PrimitiveIterator.OfLong
public interface FlowCompletedLong extends FlowLong
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default FlowCompleted<java.lang.Long>box()intcount()default long @NotNull []toArray()default @NotNull it.unimi.dsi.fastutil.longs.LongListtoList()default <K,V>
@NotNull java.util.Map<K,V>toMap(AFunctionL2O<K> keyFactory, AFunctionL2O<V> valFactory)-
Methods inherited from interface io.aether.utils.flow.FlowLong
add, addAll, addAll, addAll, addAllEls, allMatch, anyMatch, anyMatchValue, apply, distinct, filter, filterNot, flatMap, flatMap, flatMap, flatMap, foreach, getFirst, getFirst, getFirstOr, ifEmpty, ifEmpty, ignoreError, iterator, join, join, join, join, map, mapToObj, max, max, min, min, noneMatch, noneMatchValue, random, sort, streamTo, to, toCollection, toIterable, toMapI2O, toMapL2O, toMapO2I, toSet, toSupplier
-
Methods inherited from interface it.unimi.dsi.fastutil.longs.LongIterable
forEach, forEach, forEach, longIterator, longSpliterator, spliterator
-
-
-
-
Method Detail
-
count
int count()
-
box
default FlowCompleted<java.lang.Long> box()
-
toList
@NotNull default @NotNull it.unimi.dsi.fastutil.longs.LongList toList()
-
toMap
@NotNull default <K,V> @NotNull java.util.Map<K,V> toMap(AFunctionL2O<K> keyFactory, AFunctionL2O<V> valFactory)
-
-