alt abstract method

HKT<KT, A> alt(
  1. HKT<KT, A> orElse()
)

Implementation

HKT<KT, A> alt(HKT<KT, A> Function() orElse);