public class EnhanceUtil
extends Object
- 从以下版本开始:
- 2024/5/12 11:07
- 作者:
- perccyking
-
方法概要
static <I> I
static <R,
I> R
static <R,
I> R
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
方法详细资料
-
isNotNull
public static <R,
I> R isNotNull(I obj,
Function<I,R> function,
R defaultValue)
-
isNotNull
public static <R,
I> R isNotNull(I obj,
Function<I,R> function)
-
isNotNull
public static <I> I isNotNull(I obj,
I defaultValue)
-