Package io.inugami.api.functionnals
Interface FilterFunction<T>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface FilterFunction<T>
The FilterFunction is design to have a semantic term to designate a filter.- Since:
- 15 déc. 2017
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(T input)
-
-
-
Method Detail
-
accept
boolean accept(T input)
-
-