Package org.eolang
Class Param
- java.lang.Object
-
- org.eolang.Param
-
public final class Param extends Object
Param of an object (convenient retrieval mechanism).- Since:
- 0.20
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
strong(Class<T> type)
Fetch and check type.Object
weak()
Fetch and DON'T check type.
-