get method

V get(
  1. T object
)

Implementation

V get(T object) {
  return getter(object);
}