Class CheckedIntFloatProcedure

  • All Implemented Interfaces:
    java.io.Serializable, IntFloatProcedure

    public abstract class CheckedIntFloatProcedure
    extends java.lang.Object
    implements IntFloatProcedure
    This file was automatically generated from template file checkedPrimitivePrimitiveProcedure.stg.
    Since:
    4.0.
    See Also:
    Serialized Form
    • 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​(int item1, float item2)  
      void value​(int item1, float item2)  
      • Methods inherited from class java.lang.Object

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

      • CheckedIntFloatProcedure

        public CheckedIntFloatProcedure()
    • Method Detail

      • value

        public final void value​(int item1,
                                float item2)
        Specified by:
        value in interface IntFloatProcedure
      • safeValue

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