public class Apply extends Object
| Constructor and Description |
|---|
Apply() |
| Modifier and Type | Method and Description |
|---|---|
static <V> swaydb.Apply.Map<V> |
expire(LocalDateTime expireAt)
Returns the Map object for expire.
|
static <V> swaydb.Apply.Map<V> |
nothing()
Returns the Map object for nothing.
|
static <V> swaydb.Apply.Map<V> |
remove()
Returns the Map object for remove.
|
static <V> swaydb.Apply.Map<V> |
update(V value)
Returns the Map object for update.
|
public static <V> swaydb.Apply.Map<V> update(V value)
V - the type of the value elementvalue - the valuepublic static <V> swaydb.Apply.Map<V> expire(LocalDateTime expireAt)
V - the type of the value elementexpireAt - the expireAtpublic static <V> swaydb.Apply.Map<V> remove()
V - the type of the value elementpublic static <V> swaydb.Apply.Map<V> nothing()
V - the type of the value elementCopyright © 2019. All rights reserved.