Class CheckedDoubleProcedure

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.DoubleConsumer, DoubleProcedure

    public abstract class CheckedDoubleProcedure
    extends java.lang.Object
    implements DoubleProcedure
    This file was automatically generated from template file checkedPrimitiveProcedure.stg.
    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​(double item)  
      void value​(double item)  
      • 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.DoubleConsumer

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

        accept
    • Constructor Detail

      • CheckedDoubleProcedure

        public CheckedDoubleProcedure()
    • Method Detail

      • value

        public final void value​(double item)
        Specified by:
        value in interface DoubleProcedure
      • safeValue

        public abstract void safeValue​(double item)
                                throws java.lang.Exception
        Throws:
        java.lang.Exception