Skip to content

Improve projection language #23

@scarisey

Description

@scarisey
  • simple operators like + and * for primitives
  • string interpolation
  • a map like operator that will take only a lambda defined in place (no user defined functions), and can take an optionnaly defined item separator
${projections.collectToString("${it.hostname}-${it.id+10}",",")}

should return

"host1-110","host2-111","host3-112"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions