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