If the given object is nullable by its nature, i.e. null isn't an abnormal case, then use Optional.ofNullable() , it'll fire either a box ...
確定! 回上一頁