Interface ScreenFilter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Composable screening predicate over a
StockSnapshot.-
Method Summary
Modifier and TypeMethodDescriptiondefault ScreenFilterand(ScreenFilter other) booleanmatches(StockSnapshot stock) default ScreenFilternegate()default ScreenFilteror(ScreenFilter other)
-
Method Details
-
matches
-
and
-
or
-
negate
-