ConvertsFromToMixin

Undocumented in source.

Members

Mixins

__anonymous
mixin ConvertsFromMixin
Undocumented in source.
__anonymous
mixin ConvertsToMixin
Undocumented in source.
__anonymous
mixin ConvertsMixin
Undocumented in source.
__anonymous
mixin DestroysMixin
Undocumented in source.

Mixed In Members

From mixin ConvertsFromMixin

convertsFrom
bool convertsFrom(TypeInfo from)

Check whether convertor is able to convert from.

convertsFrom
bool convertsFrom(Object from)

Check whether convertor is able to convert from.

From mixin ConvertsToMixin

convertsTo
bool convertsTo(TypeInfo to)

Check whether convertor is able to convert to.

convertsTo
bool convertsTo(Object to)

Check whether convertor is able to convert to.

From mixin ConvertsMixin

converts
bool converts(TypeInfo from, TypeInfo to)
bool converts(TypeInfo from, Object to)
bool converts(Object from, TypeInfo to)
bool converts(Object from, Object to)

Check whether convertor is able to convert from type to type.

From mixin DestroysMixin

destroys
bool destroys(TypeInfo from, TypeInfo to)
bool destroys(Object from, TypeInfo to)
bool destroys(TypeInfo from, Object to)
bool destroys(Object from, Object to)

Check whether this convertor is able to destroy to component.

Meta