public class Script extends Object
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Script> |
__TYPE_ARG |
Constructor and Description |
---|
Script(Object delegate) |
Script(io.vertx.redis.Script delegate) |
Modifier and Type | Method and Description |
---|---|
static Script |
create(String script) |
static Script |
create(String script,
String sha1) |
boolean |
equals(Object o) |
io.vertx.redis.Script |
getDelegate() |
String |
getScript() |
String |
getSha1() |
int |
hashCode() |
static Script |
newInstance(io.vertx.redis.Script arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<Script> __TYPE_ARG
public Script(io.vertx.redis.Script delegate)
public Script(Object delegate)
Copyright © 2021 Eclipse. All rights reserved.