hasTargets

public final static Boolean hasTargets(List<Pair<PhotonModule, PhotonPipelineResult>> $self)

Extension function for a list of Pair objects to check if any have targets.

This function iterates through each pair in the list and checks if the PhotonPipelineResult has targets.

Receiver

List> The list of pairs to check.

Return

Boolean True if any pair has targets, false otherwise.