Class CheckedBooleanIntProcedure

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract void safeValue​(boolean item1, int item2)  
      void value​(boolean item1, int item2)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CheckedBooleanIntProcedure

        public CheckedBooleanIntProcedure()
    • Method Detail

      • safeValue

        public abstract void safeValue​(boolean item1,
                                       int item2)
                                throws java.lang.Exception
        Throws:
        java.lang.Exception