Junior
What is the name of the functional interface that takes a filter as input?
sobes.tech AI
Answer from AI
A functional interface that takes a filter (predicate) as input and returns a boolean value is called Predicate<T>.
sobes.tech AI
Answer from AI
A functional interface that takes a filter (predicate) as input and returns a boolean value is called Predicate<T>.