Skip to content

Hazard curve calculation via lambdas

Figure out how to wire in lambdas in haard calculations to perform the followging function: https://code.usgs.gov/ghsc/nshmp/nshmp-lib/-/blob/main/src/main/java/gov/usgs/earthquake/nshmp/calc/Transforms.java#L154

The function is in nshmp-lib and may need to be refactored to an interface where we can inject the lambda implementation at compile- or run-time.