setOpaqueSort method

dynamic setOpaqueSort(
  1. dynamic method
)

Implementation

setOpaqueSort(method) {
  this._opaqueSort = method;
}