Skip to content
Snippets Groups Projects
Commit 3081fc9c authored by Mathea Berg Vindsetmo's avatar Mathea Berg Vindsetmo
Browse files

of5_2 lf

parent f90cf2d1
No related branches found
No related tags found
No related merge requests found
package of5_2.lf;
import java.util.function.Predicate;
public class DogPredicate implements Predicate<Animal>{
@Override
public boolean test(Animal t) {
return t instanceof Dog;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment