Package io.aether.utils.flow
Interface FlowCompletedByte
-
- All Superinterfaces:
it.unimi.dsi.fastutil.bytes.ByteIterable,it.unimi.dsi.fastutil.bytes.ByteIterator,FlowByte,java.lang.Iterable<java.lang.Byte>,java.util.Iterator<java.lang.Byte>,java.util.PrimitiveIterator<java.lang.Byte,it.unimi.dsi.fastutil.bytes.ByteConsumer>
public interface FlowCompletedByte extends FlowByte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Flow<java.lang.Byte>box()intcount()default byte @NotNull []toArray()default @NotNull it.unimi.dsi.fastutil.bytes.ByteListtoList()default <K,V>
@NotNull java.util.Map<K,V>toMap(AFunctionB2O<K> keyFactory, AFunctionB2O<V> valFactory)-
Methods inherited from interface it.unimi.dsi.fastutil.bytes.ByteIterable
forEach, forEach, forEach, intIterator, intSpliterator, spliterator
-
Methods inherited from interface it.unimi.dsi.fastutil.bytes.ByteIterator
forEachRemaining, forEachRemaining, forEachRemaining, next, nextByte, skip
-
Methods inherited from interface io.aether.utils.flow.FlowByte
add, addAll, addAll, addAll, addAllEls, allMatch, anyMatch, anyMatchValue, apply, distinct, filter, filterNot, foreach, getFirst, getFirst, getFirstOr, ifEmpty, ifEmpty, ignoreError, iterator, join, join, join, join, join, map, map, mapToUInt, max, min, noneMatch, noneMatchValue, sort, streamTo, to, toCollection, toIterable, toMapI2O, toMapL2O, toMapO2I, toSet, toSupplier
-
-
-
-
Method Detail
-
count
int count()
-
toList
@NotNull default @NotNull it.unimi.dsi.fastutil.bytes.ByteList toList()
-
toMap
@NotNull default <K,V> @NotNull java.util.Map<K,V> toMap(AFunctionB2O<K> keyFactory, AFunctionB2O<V> valFactory)
-
-