Class With


  • public class With
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected With​(java.lang.Object[] args)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object[] getArgs()  
      static With updates​(java.lang.Object... args)  
      static With updates​(java.util.Collection args)  
      static With with​(java.lang.Object... args)  
      static With with​(java.util.Collection args)  
      • Methods inherited from class java.lang.Object

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

      • With

        protected With​(java.lang.Object[] args)
    • Method Detail

      • with

        public static With with​(java.lang.Object... args)
      • with

        public static With with​(java.util.Collection args)
      • updates

        public static With updates​(java.lang.Object... args)
      • updates

        public static With updates​(java.util.Collection args)
      • getArgs

        public java.lang.Object[] getArgs()