intFor method

int intFor(
  1. AFConfigurationItem entry
)

Casts the value for entry to a boolean and returns it.

Implementation

int intFor(AFConfigurationItem entry) {
  return valueFor(entry);
}