ProfileWithId<T extends Comparable> constructor

ProfileWithId<T extends Comparable>(
  1. T id,
  2. String name,
  3. Animal animal
)

Construct Profile which has id.

Implementation

external ProfileWithId(T id, String name, Animal animal);