call abstract method

Y? call(
  1. X? x
)

Given a value from the domain, returns the corresponding value from the range.

Implementation

Y? call(X? x);