TODO: this is just a generated example
Added in version 2.3.0
Sad sad = new Sad();
HappyPath<Happy, Sad> happyPath = HappyPath.sadPath(sad);
assertThat(happyPath.getSad()).isEqualTo(sad);
This produces a happy path biased view of an underlying sad case.