Uses of Interface
dev.getelements.elements.sdk.dao.Matchmaker.SuccessfulMatchTuple
Packages that use Matchmaker.SuccessfulMatchTuple
-
Uses of Matchmaker.SuccessfulMatchTuple in dev.getelements.elements.dao.mongo.match
Methods in dev.getelements.elements.dao.mongo.match that return Matchmaker.SuccessfulMatchTupleModifier and TypeMethodDescriptionMongoFIFOMatchmaker.attemptToFindOpponent
(Match match, int maxCandidatesToConsider, BiFunction<Match, Match, String> finalizer) MongoMatchUtils.attemptToPairCandidates
(MongoMatch playerMatch, MongoMatch opponentMatch, BiFunction<Match, Match, String> finalizer) Attempts to pair the two matches in the database.MongoMatchUtils.attemptToPairCandidates
(MongoMatch playerMatch, List<MongoMatch> candidatesList, BiFunction<Match, Match, String> finalizer) -
Uses of Matchmaker.SuccessfulMatchTuple in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return Matchmaker.SuccessfulMatchTupleModifier and TypeMethodDescriptionMatchmaker.attemptToFindOpponent
(Match match, int maxCandidatesToConsider, BiFunction<Match, Match, String> finalizer) Attempts to find an opponent for the suppliedMatch
instance.default Matchmaker.SuccessfulMatchTuple
Matchmaker.attemptToFindOpponent
(Match match, BiFunction<Match, Match, String> finalizer)