valueAt abstract method

Y valueAt(
  1. X x
)

Defines the behaviour of this function

This shouldn't be called directly, use call instead

Implementation

Y valueAt(X x);