public abstract class BooleanValue extends Value
| Modifier and Type | Field and Description |
|---|---|
static BooleanValue |
FALSE |
static BooleanValue |
TRUE |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
booleanValue() |
boolean |
eq(Object other) |
boolean |
equals(boolean[] x) |
boolean |
equals(byte[] x) |
boolean |
equals(char[] x) |
boolean |
equals(double[] x) |
boolean |
equals(DurationValue[] x) |
boolean |
equals(float[] x) |
boolean |
equals(int[] x) |
boolean |
equals(LocalDate[] x) |
boolean |
equals(LocalDateTime[] x) |
boolean |
equals(LocalTime[] x) |
boolean |
equals(long[] x) |
boolean |
equals(OffsetTime[] x) |
boolean |
equals(short[] x) |
boolean |
equals(String[] x) |
boolean |
equals(ZonedDateTime[] x) |
String |
getTypeName() |
<T> T |
map(ValueMapper<T> mapper) |
NumberType |
numberType() |
long |
updateHash(HashFunction hashFunction,
long hash) |
ValueGroup |
valueGroup() |
asObject, asObjectCopy, equals, equals, equals, equals, equals, equals, hashCode64, isNaN, parseHeaderInformation, prettyPrint, ternaryEquals, writeTo, writeTocomputeHash, equals, hashCode, isSequenceValuepublic static final BooleanValue TRUE
public static final BooleanValue FALSE
public <T> T map(ValueMapper<T> mapper)
public ValueGroup valueGroup()
valueGroup in class Valuepublic abstract boolean booleanValue()
public NumberType numberType()
numberType in class Valuepublic long updateHash(HashFunction hashFunction, long hash)
updateHash in class Valuepublic String getTypeName()
getTypeName in class AnyValuepublic final boolean equals(ZonedDateTime[] x)
public final boolean equals(DurationValue[] x)
public final boolean equals(LocalDateTime[] x)
public final boolean equals(OffsetTime[] x)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.