hasAny abstract method

bool hasAny(
  1. List<S2Choice<T>> choices
)

Returns true if the chosen has any of the supplied choice items

Implementation

bool hasAny(List<S2Choice<T>> choices);