Interface ThenDo<T>

  • All Known Implementing Classes:
    Ternary

    public interface ThenDo<T>
    • Method Detail

      • thn

        ElseDo<T> thn​(java.util.function.Supplier<T> supplier)