fromLunar static method

Tao fromLunar(
  1. Lunar lunar
)

Implementation

static Tao fromLunar(Lunar lunar) {
  return new Tao(lunar);
}