Skip to content

Commit

Permalink
mP1/walkingkooka-tree#717 Traversable implements CanBeEmpty
Browse files Browse the repository at this point in the history
- mP1/walkingkooka-tree#717
- Traversable implements CanBeEmpty
  • Loading branch information
mP1 committed Apr 24, 2024
1 parent f4e3520 commit 8868ffe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public final String isMethodTypeNameSuffix() {

@Override
public final Predicate<String> isMethodIgnoreMethodFilter() {
return (m) -> m.equals("isRoot");
return (m) -> m.equals("isRoot") || m.equals("isEmpty");
}

// TypeNameTesting..................................................................................................
Expand Down

0 comments on commit 8868ffe

Please sign in to comment.