added filter to apply dynamic filter
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
protocol Expression: CustomStringConvertible {
|
||||
public protocol Expression: CustomStringConvertible {
|
||||
func evaluate(context: Context) throws -> Bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user