Class OptionalUtil


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

      Constructors 
      Constructor Description
      OptionalUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> org.dbflute.optional.OptionalEntity<T> ofNullable​(T entity)  
      • Methods inherited from class java.lang.Object

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

      • OptionalUtil

        public OptionalUtil()
    • Method Detail

      • ofNullable

        public static <T> org.dbflute.optional.OptionalEntity<T> ofNullable​(T entity)