Class When


  • public class When
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static When INSTANCE  
    • Constructor Summary

      Constructors 
      Constructor Description
      When()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static When and​(When actions, When... more)  
      static void when​(When... actions)  
      • Methods inherited from class java.lang.Object

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

      • INSTANCE

        public static final When INSTANCE
    • Constructor Detail

      • When

        public When()
    • Method Detail

      • when

        public static void when​(When... actions)
      • and

        public static When and​(When actions,
                               When... more)