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