类 TimeFunctions.HourOfDay<I,​O>

  • 所有已实现的接口:
    Function<java.time.LocalDateTime,​java.lang.String>, TimeFunction<java.time.LocalDateTime,​java.lang.String>
    封闭类:
    TimeFunctions

    public static class TimeFunctions.HourOfDay<I,​O>
    extends java.lang.Object
    implements TimeFunction<java.time.LocalDateTime,​java.lang.String>
    • 构造器概要

      构造器 
      构造器 说明
      HourOfDay()  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.String apply​(java.time.LocalDateTime value)
      Perform computation on the specified input value and return the result.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • HourOfDay

        public HourOfDay()
    • 方法详细资料

      • apply

        public java.lang.String apply​(java.time.LocalDateTime value)
        从接口复制的说明: Function
        Perform computation on the specified input value and return the result.
        指定者:
        apply 在接口中 Function<I,​O>
        参数:
        value - the input value
        返回:
        the result