ConvertorFactory

An interface for factories that convert some FromType data to ToType component.

interface ConvertorFactory : Factory!ToType(
FromType
ToType
) {}

Members

Functions

convertible
FromType convertible()

Get convertible data

convertible
ConvertorFactory!(FromType, ToType) convertible(FromType convertible)

Set convertible

Meta