Record Class ESExpr.Binary

java.lang.Object
java.lang.Record
dev.argon.esexpr.ESExpr.Binary
Record Components:
b - The binary data.
All Implemented Interfaces:
ESExpr
Enclosing interface:
ESExpr

public static record ESExpr.Binary(byte @NotNull [] b) extends Record implements ESExpr
A binary value.