Class PrimitiveFunctions.UnboxNumberToInt

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.ToIntFunction<java.lang.Number>, IntFunction<java.lang.Number>
    Enclosing class:
    PrimitiveFunctions

    private static class PrimitiveFunctions.UnboxNumberToInt
    extends java.lang.Object
    implements IntFunction<java.lang.Number>
    • Field Summary

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

      Constructors 
      Modifier Constructor Description
      private UnboxNumberToInt()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int intValueOf​(java.lang.Number number)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.eclipse.collections.api.block.function.primitive.IntFunction

        applyAsInt
    • Constructor Detail

      • UnboxNumberToInt

        private UnboxNumberToInt()
    • Method Detail

      • intValueOf

        public int intValueOf​(java.lang.Number number)
        Specified by:
        intValueOf in interface IntFunction<java.lang.Number>