Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[milo-dev] Clarification on Milo client example

Hi Milo'ers,

In the client example project, in theĀ org.eclipse.milo.examples.client.ClientExample
interface, I see the following default method:
default Predicate<EndpointDescription> endpointFilter() {
return e -> true;
}
What is this method is actually doing? I see that it is returning a Predicate, but I do not get what it actually does?

Back to the top