Package io.aether.utils.interfaces
Interface ASupplier<T>
-
- All Superinterfaces:
java.util.function.Supplier<T>
public interface ASupplier<T> extends java.util.function.Supplier<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Tget()Tget2()
-