Class Functions.LongPassThruFunction

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

    private static class Functions.LongPassThruFunction
    extends java.lang.Object
    implements Function<java.lang.Long,​java.lang.Long>, LongFunction<java.lang.Long>
    • 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
      long longValueOf​(java.lang.Long each)  
      java.lang.String toString()  
      java.lang.Long valueOf​(java.lang.Long each)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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

      • LongPassThruFunction

        private LongPassThruFunction()
    • Method Detail

      • longValueOf

        public long longValueOf​(java.lang.Long each)
        Specified by:
        longValueOf in interface LongFunction<java.lang.Long>
      • valueOf

        public java.lang.Long valueOf​(java.lang.Long each)
        Specified by:
        valueOf in interface Function<java.lang.Long,​java.lang.Long>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object