public class Dcl<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDirty() |
static Dcl<Void> |
of(Runnable runnable) |
static <T> Dcl<T> |
of(Supplier<T> supplier) |
T |
runIfDirty() |
void |
setDirty() |
void |
setDirty(boolean b) |
Copyright © 2024. All rights reserved.