| Modifier and Type | Method and Description |
|---|---|
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) |
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 CharPredicate p(CharPredicate p)
p - public static <R> CharFunction<R> f(CharFunction<R> f)
R - f - public static CharConsumer c(CharConsumer c)
c - Copyright © 2021. All rights reserved.