public interface ForgetOpt<R,A,B>
Modifier and Type | Interface and Description |
---|---|
static class |
ForgetOpt.Instance<R> |
static class |
ForgetOpt.Mu<R> |
Modifier and Type | Method and Description |
---|---|
Optional<R> |
run(A a) |
static <R,A,B> ForgetOpt<R,A,B> |
unbox(ForgetOpt.Mu<R><A,B> box) |
static <R,A,B> ForgetOpt<R,A,B> unbox(ForgetOpt.Mu<R><A,B> box)