BrightSide Workbench Full Report + Source Code
org.turro.contacts.duplicates.DuplicatesModel Class Reference
Inheritance diagram for org.turro.contacts.duplicates.DuplicatesModel:
Collaboration diagram for org.turro.contacts.duplicates.DuplicatesModel:

Public Member Functions

 DuplicatesModel (Contact contact)
 
boolean hasStoppers ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 39 of file DuplicatesModel.java.

Constructor & Destructor Documentation

◆ DuplicatesModel()

org.turro.contacts.duplicates.DuplicatesModel.DuplicatesModel ( Contact  contact)

Definition at line 43 of file DuplicatesModel.java.

43  {
44  this.contact = contact;
45  if(contact != null) performChecks();
46  }

Member Function Documentation

◆ hasStoppers()

boolean org.turro.contacts.duplicates.DuplicatesModel.hasStoppers ( )

Definition at line 48 of file DuplicatesModel.java.

48  {
49  return stream().anyMatch(dup -> dup.getType().equals(Duplicated.DuplicatedType.STOPPER));
50  }
Here is the caller graph for this function:

The documentation for this class was generated from the following file: