| Modifier and Type | Method and Description |
|---|---|
static Function<int[],Double> |
average() |
static IntConsumer |
c(IntConsumer c) |
static IntBiPredicate |
equal() |
static <R> IntFunction<R> |
f(IntFunction<R> f) |
static IntBiPredicate |
greaterEqual() |
static IntBiPredicate |
greaterThan() |
static Function<int[],Integer> |
len() |
static IntBiPredicate |
lessEqual() |
static IntBiPredicate |
lessThan() |
static IntBiPredicate |
notEqual() |
static IntPredicate |
notNegative() |
static IntPredicate |
p(IntPredicate p) |
static IntPredicate |
positve() |
static Function<int[],Integer> |
sum() |
static ToIntFunction<Integer> |
unbox() |
public static IntPredicate positve()
public static IntPredicate notNegative()
public static IntBiPredicate equal()
public static IntBiPredicate notEqual()
public static IntBiPredicate greaterThan()
public static IntBiPredicate greaterEqual()
public static IntBiPredicate lessThan()
public static IntBiPredicate lessEqual()
public static ToIntFunction<Integer> unbox()
public static IntPredicate p(IntPredicate p)
p - public static <R> IntFunction<R> f(IntFunction<R> f)
R - f - public static IntConsumer c(IntConsumer c)
c - Copyright © 2021. All rights reserved.