Uses of Class
software.constructs.Dependable
-
-
Uses of Dependable in software.constructs
Methods in software.constructs that return Dependable Modifier and Type Method Description static Dependable
Dependable. get(IDependable instance)
Deprecated.use `of`static Dependable
Dependable. of(IDependable instance)
(experimental) Return the matching Dependable for the given class instance.Methods in software.constructs with parameters of type Dependable Modifier and Type Method Description static void
Dependable. implement(IDependable instance, Dependable trait)
(experimental) Turn any object into an IDependable.
-