Package io.aether.utils.flow
Interface FlowCompletedBoolean
-
- All Superinterfaces:
it.unimi.dsi.fastutil.booleans.BooleanIterable,it.unimi.dsi.fastutil.booleans.BooleanIterator,FlowBoolean,java.lang.Iterable<java.lang.Boolean>,java.util.Iterator<java.lang.Boolean>,java.util.PrimitiveIterator<java.lang.Boolean,it.unimi.dsi.fastutil.booleans.BooleanConsumer>
public interface FlowCompletedBoolean extends FlowBoolean
-
-
Field Summary
-
Fields inherited from interface io.aether.utils.flow.FlowBoolean
EMPTY, EMPTY_AR
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Flow<java.lang.Boolean>box()intcount()default boolean @NotNull []toArray()default @NotNull it.unimi.dsi.fastutil.booleans.BooleanListtoList()default <K,V>
@NotNull java.util.Map<K,V>toMap(AFunctionBool2O<K> keyFactory, AFunctionBool2O<V> valFactory)-
Methods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanIterable
forEach, forEach, spliterator
-
Methods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanIterator
forEachRemaining, forEachRemaining, next, nextBoolean, skip
-
Methods inherited from interface io.aether.utils.flow.FlowBoolean
add, addAll, addAll, addAll, addAllEls, allMatch, anyMatch, apply, filter, filterNot, flatMap, foreach, getFirst, getFirst, getFirstOr, ifEmpty, ifEmpty, ignoreError, iterator, join, join, join, join, mapToObj, noneMatch, random, streamTo, to, toCollection, toIterable, toSet, toSupplier
-
-
-
-
Method Detail
-
count
int count()
-
box
default Flow<java.lang.Boolean> box()
- Specified by:
boxin interfaceFlowBoolean
-
toList
@NotNull default @NotNull it.unimi.dsi.fastutil.booleans.BooleanList toList()
- Specified by:
toListin interfaceFlowBoolean
-
toMap
@NotNull default <K,V> @NotNull java.util.Map<K,V> toMap(AFunctionBool2O<K> keyFactory, AFunctionBool2O<V> valFactory)
- Specified by:
toMapin interfaceFlowBoolean
-
toArray
default boolean @NotNull [] toArray()
- Specified by:
toArrayin interfaceFlowBoolean
-
-