Package net.orbyfied.coldlib.util
Interface Self<T>
- Type Parameters:
T- The instance type ofthis.
public interface Self<T>
Interface for stream lining self returning
with inherited classes, without complex generics.
-
Method Summary
-
Method Details
-
self
- Returns:
- The instance.
- Throws:
ClassCastException- If this is not an instance of typeT.
-