java.lang.Object
cn.wjybxx.base.function.FunctionUtils
- 作者:
- wjybxx date 2023/3/31
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static <T> Predicate<T> static <T> Predicate<T> static <T,U> BiPredicate <T, U> static <T,U> BiPredicate <T, U> static <T,U> BiConsumer <T, U> static <T> Consumer<T> static DoubleConsumerstatic IntConsumerstatic LongConsumerstatic Runnablestatic <T> Function<T, T> identity()static <T> Predicate<T> isNull()static <T> Predicate<T> notNull()static <T,U, R> BiConsumer <T, U> toBiConsumer(BiFunction<T, U, R> function) static <T,U, R> BiFunction <T, U, R> toBiFunction(BiConsumer<T, U> action) static <T,U, R> BiFunction <T, U, R> toBiFunction(BiConsumer<T, U> action, R r) static <T,R> Consumer <T> toConsumer(Function<T, R> function) toFunction(Consumer<T> action) static <T,R> Function <T, R> toFunction(Consumer<T> action, R result)
-
构造器详细资料
-
FunctionUtils
public FunctionUtils()
-
-
方法详细资料
-
emptyIntConsumer
-
emptyLongConsumer
-
emptyDoubleConsumer
-
emptyRunnable
-
identity
-
emptyConsumer
-
emptyBiConsumer
-
alwaysTrue
-
alwaysFalse
-
biAlwaysTrue
-
biAlwaysFalse
-
toStringFunction
-
isNull
-
notNull
-
toFunction
-
toFunction
-
toConsumer
-
toBiFunction
-
toBiFunction
-
toBiConsumer
-