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 Detail

      • count

        int count()
      • box

        default Flow<java.lang.Integer> box()
        Specified by:
        box in interface FlowInt
      • toList

        @NotNull
        default @NotNull it.unimi.dsi.fastutil.ints.IntList toList()
        Specified by:
        toList in interface FlowInt
      • toArray

        default int @NotNull [] toArray()
        Specified by:
        toArray in interface FlowInt