Class TimeFunctions.MonthOfYear<I,O>

  • All Implemented Interfaces:
    Function<I,O>, TimeFunction<org.joda.time.DateTime,java.lang.String>
    Enclosing class:
    TimeFunctions


    public static class TimeFunctions.MonthOfYear<I,O>
    extends java.lang.Object
    implements TimeFunction<org.joda.time.DateTime,java.lang.String>
    • Constructor Summary

      Constructors 
      Constructor Description
      MonthOfYear​()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String apply​(org.joda.time.DateTime value)
      Perform computation on the specified input value and return the result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MonthOfYear

        public MonthOfYear​()
    • Method Detail

      • apply

        public java.lang.String apply​(org.joda.time.DateTime value)
        Description copied from interface: Function
        Perform computation on the specified input value and return the result.
        Specified by:
        apply in interface Function<I,O>
        Parameters:
        value - the input value
        Returns:
        the result