Class Times.IsTimeBuilder

java.lang.Object
de.galan.commons.time.Times.IsTimeBuilder
Enclosing class:
Times

public static class Times.IsTimeBuilder extends Object
TimeDsl Builder
  • Method Details

    • before

      public boolean before(Date date)
    • before

      public boolean before(Instant date)
    • after

      public boolean after(Date date)
    • after

      public boolean after(Instant date)