isApplicableApi method

bool isApplicableApi(
  1. int api
)

Implementation

bool isApplicableApi(int api) {
  return (apis & api) != 0;
}