Class Functions.SquaredIntegerFunction

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Function<java.lang.Integer,​java.lang.Integer>, Function<java.lang.Integer,​java.lang.Integer>
    Enclosing class:
    Functions

    private static final class Functions.SquaredIntegerFunction
    extends java.lang.Object
    implements Function<java.lang.Integer,​java.lang.Integer>
    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer valueOf​(java.lang.Integer value)  
      • 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.Function

        andThen, compose
      • Methods inherited from interface org.eclipse.collections.api.block.function.Function

        apply
    • Constructor Detail

      • SquaredIntegerFunction

        private SquaredIntegerFunction()
    • Method Detail

      • valueOf

        public java.lang.Integer valueOf​(java.lang.Integer value)
        Specified by:
        valueOf in interface Function<java.lang.Integer,​java.lang.Integer>