Class BlackoutPeriod$

  • All Implemented Interfaces:
    java.io.Serializable

    public class BlackoutPeriod$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static BlackoutPeriod$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      BlackoutPeriod$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BlackoutPeriod apply​(java.util.Date startDate, java.util.Date endDate)  
      long toLong​(java.util.Date date)  
      scala.Option<scala.Tuple2<java.util.Date,​java.util.Date>> unapply​(BlackoutPeriod x$0)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final BlackoutPeriod$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • BlackoutPeriod$

        public BlackoutPeriod$()
    • Method Detail

      • toLong

        public long toLong​(java.util.Date date)
      • apply

        public BlackoutPeriod apply​(java.util.Date startDate,
                                    java.util.Date endDate)
      • unapply

        public scala.Option<scala.Tuple2<java.util.Date,​java.util.Date>> unapply​(BlackoutPeriod x$0)