Class CheckedObjectIntProcedure<V>

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.ObjIntConsumer<V>, ObjectIntProcedure<V>

    public abstract class CheckedObjectIntProcedure<V>
    extends java.lang.Object
    implements ObjectIntProcedure<V>
    This file was automatically generated from template file checkedObjectPrimitiveProcedure.stg.
    Since:
    4.0.
    See Also:
    Serialized Form
    • Constructor Detail

      • CheckedObjectIntProcedure

        public CheckedObjectIntProcedure()
    • Method Detail

      • safeValue

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