Name | Summary | Category |
any | The any::trait is shared by all types within Lasso, including [void]. All of its methods are available to every other type. | Any |
any->isNotA | [any->isNotA] tests if a type is not of the specified type. Requires a type as a parameter. | Any |
any->isAllOf | [any->isAllOf] tests whether an object matches all of the specified types or traits. Requires a comma-separated list of types or traits. Returns boolean. | Any |
any->isAnyOf | [any->isAnyOf] tests whether an object is any of the specified types or traits. Requires a a comma-separated list of types or traits as a parameter. | Any |
any->isa | [any->isA] tests if a type is of the specified type. Requires a type as a parameter. | Any |
any->ascopy | The [any->asCopy] method returns a shallow copy of an object. In the rare circumstance that a deep copy is required, use the [any->asCopyDeep] method. In Lasso, a type has depth if it... | Any |
any->ascopydeep | The [any->asCopyDeep] method returns a deep copy of an object. In general, the [any->asCopy] method is sufficient, but in the rare circumstance when an isolated, exact copy is needed, the... | Any |
any->type | Returns the type of the current object. | Any |
any->invoke | This method is called when ever a type is invoked using parens() | Any |
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft