Risk<V extends Object, E extends Error>.const$ constructor

const Risk<V extends Object, E extends Error>.const$(
  1. V wrapped, [
  2. Log log = const Log.const$('', '', {})
])

Implementation

const Risk.const$(this.wrapped, [this.log = const Log.const$('', '', {})]);