| Modifier and Type | Class and Description |
|---|---|
static class |
Fn.FnC.CharBinaryOperators |
| Modifier and Type | Method and Description |
|---|---|
static CharBiFunction<MergeResult> |
alternated()
Deprecated.
|
static CharConsumer |
c(CharConsumer c) |
static CharBiPredicate |
equal() |
static <R> CharFunction<R> |
f(CharFunction<R> f) |
static CharBiPredicate |
greaterEqual() |
static CharBiPredicate |
greaterThan() |
static CharPredicate |
isWhitespace() |
static CharPredicate |
isZero() |
static Function<char[],Integer> |
len() |
static CharBiPredicate |
lessEqual() |
static CharBiPredicate |
lessThan() |
static CharBiPredicate |
notEqual() |
static CharPredicate |
p(CharPredicate p) |
static ToCharFunction<Character> |
unbox() |
public static CharPredicate isZero()
public static CharPredicate isWhitespace()
public static CharBiPredicate equal()
public static CharBiPredicate notEqual()
public static CharBiPredicate greaterThan()
public static CharBiPredicate greaterEqual()
public static CharBiPredicate lessThan()
public static CharBiPredicate lessEqual()
public static ToCharFunction<Character> unbox()
public static CharPredicate p(CharPredicate p)
p - public static <R> CharFunction<R> f(CharFunction<R> f)
R - f - public static CharConsumer c(CharConsumer c)
c - @Deprecated @Beta @SequentialOnly @Stateful public static CharBiFunction<MergeResult> alternated()
CharBiFunction. Don't save or cache for reuse or use it in parallel stream.Copyright © 2021. All rights reserved.