Package dev.dsf.bpe.v2.service
Interface TargetProvider.Builder.Predicate
- Enclosing interface:
TargetProvider.Builder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
test
(org.hl7.fhir.r4.model.OrganizationAffiliation affiliation, org.hl7.fhir.r4.model.Organization member, org.hl7.fhir.r4.model.Endpoint endpoint)
-
Method Details
-
test
boolean test(org.hl7.fhir.r4.model.OrganizationAffiliation affiliation, org.hl7.fhir.r4.model.Organization member, org.hl7.fhir.r4.model.Endpoint endpoint) - Parameters:
affiliation
- notnull
member
- notnull
endpoint
- notnull
- Returns:
true
if the entry should part of the resultingTargets
-