Record Class ESExpr.Constructor

java.lang.Object
java.lang.Record
dev.argon.esexpr.ESExpr.Constructor
Record Components:
constructor - The constructor name.
args - Positional arguments.
kwargs - Keyword arguments.
All Implemented Interfaces:
ESExpr
Enclosing interface:
ESExpr

public static record ESExpr.Constructor(@NotNull String constructor, @NotNull List<@NotNull ESExpr> args, @NotNull Map<@NotNull String,@NotNull ESExpr> kwargs) extends Record implements ESExpr
A constructor value.