Package com.palantir.util
Class Mutables
- java.lang.Object
-
- com.palantir.util.Mutables
-
public class Mutables extends Object
-
-
Constructor Summary
Constructors Constructor Description Mutables()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Mutable<T>
newMutable()
Creates a new Mutable with a null value to start with.static <T> Mutable<T>
newMutable(T val)
Type-inferred factory method forMutable
-