public interface Doable<T>
| Modifier and Type | Method and Description |
|---|---|
default UntypedDo.DoComp2 |
doWithThisAnd(java.util.function.Function<T,?> f) |
default UntypedDo.DoComp2 |
doWithThisAndThat(java.lang.Object o) |
default UntypedDo.DoComp2 |
doWithThisAndThat(java.util.function.Supplier o) |
default java.lang.Object |
getValue() |
default java.lang.Object getValue()
default UntypedDo.DoComp2 doWithThisAnd(java.util.function.Function<T,?> f)
default UntypedDo.DoComp2 doWithThisAndThat(java.lang.Object o)
default UntypedDo.DoComp2 doWithThisAndThat(java.util.function.Supplier o)