Modifier and Type | Method and Description |
---|---|
static CharBiFunction<Nth> |
alternate()
Deprecated.
|
static CharConsumer |
c(CharConsumer c) |
static CharBiPredicate |
equal() |
static <R> CharFunction<R> |
f(CharFunction<R> f) |
static CharBiPredicate |
greaterEqual() |
static CharBiPredicate |
greaterThan() |
static Function<char[],Integer> |
len() |
static CharBiPredicate |
lessEqual() |
static CharBiPredicate |
lessThan() |
static CharBiPredicate |
notEqual() |
static CharPredicate |
notNegative() |
static CharPredicate |
p(CharPredicate p) |
static CharPredicate |
positve() |
static ToCharFunction<Character> |
unbox() |
public static CharPredicate positve()
public static CharPredicate notNegative()
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 public static CharBiFunction<Nth> alternate()
CharBiFunction
. Don't save it or use it in parallel stream.Copyright © 2019. All rights reserved.