| Modifier and Type | Method and Description |
|---|---|
static ZAddArgs |
ch()
Creates new
ZAddArgs and enabling CH. |
static ZAddArgs |
gt()
Creates new
ZAddArgs and enabling GT. |
static ZAddArgs |
lt()
Creates new
ZAddArgs and enabling LT. |
static ZAddArgs |
nx()
Creates new
ZAddArgs and enabling NX. |
static ZAddArgs |
xx()
Creates new
ZAddArgs and enabling XX. |
public static ZAddArgs nx()
ZAddArgs and enabling NX.ZAddArgs with NX enabled.ZAddArgs.nx()public static ZAddArgs xx()
ZAddArgs and enabling XX.ZAddArgs with XX enabled.ZAddArgs.xx()public static ZAddArgs ch()
ZAddArgs and enabling CH.ZAddArgs with CH enabled.ZAddArgs.ch()public static ZAddArgs gt()
ZAddArgs and enabling GT.ZAddArgs with GT enabled.ZAddArgs.gt()public static ZAddArgs lt()
ZAddArgs and enabling LT.ZAddArgs with LT enabled.ZAddArgs.lt()Copyright © 2023 lettuce.io. All rights reserved.