T - Type of object to compute.public static interface ComputedValue.Computation<T>
| Modifier and Type | Method and Description |
|---|---|
T |
compute()
Computes the object.
|
boolean |
isOutOfDate()
Checks whether the object is out of date.
|
boolean isOutOfDate()
ComputedValue.get().T compute()
ComputedValue.get().Copyright © 2025. All rights reserved.