Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predicates.isInstanceOf() should return Predicate<Object> #94

Closed
dakusui opened this issue Jan 4, 2024 · 0 comments
Closed

Predicates.isInstanceOf() should return Predicate<Object> #94

dakusui opened this issue Jan 4, 2024 · 0 comments
Assignees

Comments

@dakusui
Copy link
Owner

dakusui commented Jan 4, 2024

Predicates.isInstanceOf() should return Predicate instead of Predicate<? super T>.
Otherwise, users will need to give an explicit type parameter every time to composite predicate methods (allOf, anyOf, and, or).

@dakusui dakusui self-assigned this Jan 4, 2024
dakusui pushed a commit that referenced this issue Jan 4, 2024
dakusui added a commit that referenced this issue Mar 20, 2024
…ate<Object>. (#95)

Co-authored-by: Hiroshi Ukai <dakusui@gamil.com>
@dakusui dakusui closed this as completed Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant