Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ncautotest authored Oct 24, 2023
1 parent 2397f98 commit f43e38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,9 +472,9 @@ aecu.contentUpgradeBuilder()
.run()
```

#### Filter by custom filter
#### Filter with custom FilterBy implementation

To filter by complex conditions that are not covered by existing filters you can use `filterWith()` that takes your own `FilterBy` implementation as shown in the example below:
To filter by complex conditions that are not covered by existing `filterBy...()` presets you can use `filterWith()` that takes a custom `FilterBy` implementation as shown in the example below:

```java
aecu.contentUpgradeBuilder()
Expand Down

0 comments on commit f43e38e

Please sign in to comment.