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> Tstrong(Class<T> type)Fetch and check type.Objectweak()Fetch and DON'T check type.
-