Class SelectIntIterable.IfIntProcedure

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.IntConsumer, IntProcedure
    Enclosing class:
    SelectIntIterable

    private final class SelectIntIterable.IfIntProcedure
    extends java.lang.Object
    implements IntProcedure
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void value​(int each)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.IntConsumer

        andThen
      • Methods inherited from interface org.eclipse.collections.api.block.procedure.primitive.IntProcedure

        accept