public interface MetaClass
GDK enhancements for MetaClass.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
mixin(List<Class> categoryClasses)Extend object with category methods. |
|
public void |
mixin(Class categoryClass)Extend class globally with category methods. |
|
public void |
mixin(Class[] categoryClass)Extend class globally with category methods. |
Extend object with category methods. All methods for given class and all super classes will be added to the object.
categoryClasses - a category classes to useExtend class globally with category methods.
categoryClass - a category class to useExtend class globally with category methods.
categoryClass - a category class to use