createOperations method

OperationResult createOperations(
  1. Mapper mapper
)

Implementation

OperationResult createOperations(Mapper mapper)  {
  List<Match> matches = [];

  findMatches(matches);

  return OperationBuilder(matches: matches).makeOperations(mapper, this);
}