| Modifier and Type | Method and Description |
|---|---|
static Function<byte[],Double> |
average() |
static ByteConsumer |
c(ByteConsumer c) |
static ByteBiPredicate |
equal() |
static <R> ByteFunction<R> |
f(ByteFunction<R> f) |
static ByteBiPredicate |
greaterEqual() |
static ByteBiPredicate |
greaterThan() |
static Function<byte[],Integer> |
len() |
static ByteBiPredicate |
lessEqual() |
static ByteBiPredicate |
lessThan() |
static ByteBiPredicate |
notEqual() |
static BytePredicate |
notNegative() |
static BytePredicate |
p(BytePredicate p) |
static BytePredicate |
positve() |
static Function<byte[],Integer> |
sum() |
public static BytePredicate positve()
public static BytePredicate notNegative()
public static ByteBiPredicate equal()
public static ByteBiPredicate notEqual()
public static ByteBiPredicate greaterThan()
public static ByteBiPredicate greaterEqual()
public static ByteBiPredicate lessThan()
public static ByteBiPredicate lessEqual()
public static BytePredicate p(BytePredicate p)
p - public static <R> ByteFunction<R> f(ByteFunction<R> f)
R - f - public static ByteConsumer c(ByteConsumer c)
c - Copyright © 2021. All rights reserved.