Package-level declarations
Types
Models one-way conversion from a type T to a type F. This type is similar to ConvertsTo but models conversion in the opposite direction.
Models partial, asymmetrical conversion between a type F and a type T, where some condition internal to the converter splits the possible pathways data make take through conversion logic. One of these branches will be more complex and involve converting types F and T to types F2 and T2 (respectively). The remaining conversion between F2 and T2 will typically be delegated to another converter.
Functions
Inherited functions
Chains this converter with another converter, yielding a new converter which performs a two-stage conversion. (Note that these two "stages" are conceptual. Each of these stages may consist of multiple logical steps in their actual implementation.)
Chains this converter with another converter, yielding a new converter which performs a two-stage conversion. (Note that these two "stages" are conceptual. Each of these stages may consist of multiple logical steps in their actual implementation.)
Chains this converter with another converter, yielding a new converter which performs a two-stage conversion. (Note that these two "stages" are conceptual. Each of these stages may consist of multiple logical steps in their actual implementation.)
Chains this converter with another converter, yielding a new converter which performs a two-stage conversion. (Note that these two "stages" are conceptual. Each of these stages may consist of multiple logical steps in their actual implementation.)