Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

ELR.ParserBuilder can bridge ParserBuilders with different data type. #12

@DiscreteTom

Description

@DiscreteTom

E.g. we have a pb1 = ParserBuilder<number> and a pb2 = ParserBuilder<number[]>. We can make pb2 to use pb1 with a bridge which convert number to a number[].

Besides, we can also bridge type name, in this case we can use 3rd party ParserBuilders.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions