partialEvaluator method

V partialEvaluator(
  1. HandInterface h
)

Implementation

V partialEvaluator(HandInterface h) {
  return referenceEvaluator(h);
}