| Modifier and Type | Class and Description |
|---|---|
static class |
Fn.FnB.ByteBinaryOperators |
| Modifier and Type | Method and Description |
|---|---|
static ByteBiFunction<MergeResult> |
alternated()
Deprecated.
|
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() |
static ToByteFunction<Byte> |
unbox() |
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 ToByteFunction<Byte> unbox()
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 - @Deprecated @Beta @SequentialOnly @Stateful public static ByteBiFunction<MergeResult> alternated()
ByteBiFunction. Don't save or cache for reuse or use it in parallel stream.Copyright © 2021. All rights reserved.