Class OptionalUtil


  • @Deprecated
    public abstract class OptionalUtil
    extends java.lang.Object
    Deprecated.
    Since 3.5.0, Will remove this class at future(next major version up).
    • Method Summary

      Modifier and Type Method Description
      static java.lang.Object ofNullable​(java.lang.Object value)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • ofNullable

        public static java.lang.Object ofNullable​(java.lang.Object value)
        Deprecated.