Package org.frozenarc.ternaryop
Interface ThenDo<T>
-
- All Known Implementing Classes:
Ternary
public interface ThenDo<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElseDo<T>thn(java.util.function.Supplier<T> supplier)
-