Uses of Interface
org.frozenarc.ternaryop.ElseDo
-
-
Uses of ElseDo in org.frozenarc.ternaryop
Classes in org.frozenarc.ternaryop that implement ElseDo Modifier and Type Class Description classTernary<T>Methods in org.frozenarc.ternaryop that return ElseDo Modifier and Type Method Description ElseDo<T>Ternary. thn(java.util.function.Supplier<T> supplier)ElseDo<T>ThenDo. thn(java.util.function.Supplier<T> supplier)
-