Skip to content

Allow to chain predicates #60

@Baptouuuu

Description

@Baptouuuu

Currently one can Instance::of()->or(Instance::of()) bu cannot chain a third one because there is no OrPredicate::or() method.

These methods should be added:

  • OrPredicate::or()
  • OrPredicate::and()
  • AndPredicate::or()
  • AndPredicate::and()

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions