@Beta public interface ValueBinary extends Expressions.OperandSingle, FilterableComparisonAbsolute
| Modifier and Type | Interface and Description |
|---|---|
static class |
ValueBinary.Expression |
| Modifier and Type | Field and Description |
|---|---|
static Function<String,byte[]> |
DECODE_FROM_STRING
Lambda to translate a String with "ISO-8859-1" encoding to byte array.
|
static Function<byte[],String> |
ENCODE_TO_STRING
Lambda to translate a byte array to String.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueBinary |
literal(byte[] v) |
equalTo, equalTo, notEqualTo, notEqualTogetExpression, getExpressionstatic final Function<byte[],String> ENCODE_TO_STRING
@Nonnull static ValueBinary literal(@Nonnull byte[] v)
Copyright © 2020 SAP SE. All rights reserved.