hn<R extends EventFractal> static method

FR<R>? hn<R extends EventFractal>(
  1. R? ev
)

Implementation

static FR<R>? hn<R extends EventFractal>(R? ev) =>
    ev == null ? null : FR.h(ev);