类 TimeFunctions.SeasonOfYear<I,​O>

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

    public static class TimeFunctions.SeasonOfYear<I,​O>
    extends java.lang.Object
    implements TimeFunction<org.joda.time.DateTime,​java.lang.String>
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.String apply​(org.joda.time.DateTime 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
    • 构造器详细资料

      • SeasonOfYear

        public SeasonOfYear()
    • 方法详细资料

      • apply

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