Package edu.pdx.cs410J.rmi
Interface Query
- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This interface represents a query that can be performed on movies
in a movie database. It is serializable so that it
Query
objects can be sent between the client and the
server.-
Method Summary
-
Method Details
-
satisfies
Returns true if the givenMovie
satifies thisQuery
.
-