public static class IncrexArgs.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
static IncrexArgs |
enx() |
static IncrexArgs |
ex(long seconds) |
static IncrexArgs |
exAt(long timestampSeconds) |
static IncrexArgs |
lbound(long lbound) |
static IncrexArgs |
persist() |
static IncrexArgs |
px(long milliseconds) |
static IncrexArgs |
pxAt(long timestampMilliseconds) |
static IncrexArgs |
saturate() |
static IncrexArgs |
ubound(long ubound) |
public static IncrexArgs lbound(long lbound)
public static IncrexArgs ubound(long ubound)
public static IncrexArgs saturate()
public static IncrexArgs ex(long seconds)
public static IncrexArgs px(long milliseconds)
public static IncrexArgs exAt(long timestampSeconds)
public static IncrexArgs pxAt(long timestampMilliseconds)
public static IncrexArgs persist()
public static IncrexArgs enx()
Copyright © 2026 lettuce.io. All rights reserved.