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