Package io.github.qishr.cascara.common.util
Interface Duplicable
java.lang.Object
io.github.qishr.cascara.common.util.Duplicable
All Known Implementing Classes:
Properties, JsonOptions, YamlOptions
public interface Duplicable
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public abstract T | duplicate() |
Method Details
duplicate
public abstract T duplicate()