Class Util


  • public class Util
    extends java.lang.Object
    TODO: What is this?
    Author:
    Tony Vaagenes
    • Constructor Summary

      Constructors 
      Constructor Description
      Util()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T firstNonNull​(T... args)  
      static java.lang.String quote​(java.lang.Object object)  
      • Methods inherited from class java.lang.Object

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

      • Util

        public Util()
    • Method Detail

      • firstNonNull

        @SafeVarargs
        public static <T> T firstNonNull​(T... args)
      • quote

        public static java.lang.String quote​(java.lang.Object object)