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).
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private OptionalUtil()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      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
    • Constructor Detail

      • OptionalUtil

        private OptionalUtil()
        Deprecated.
    • Method Detail

      • ofNullable

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