Class Ternary<T>

    • Method Detail

      • optr

        public static <T> WhenTest<T> optr()
      • thn

        public ElseDo<T> thn​(java.util.function.Supplier<T> supplier)
        Specified by:
        thn in interface ThenDo<T>
      • els

        public T els​(java.util.function.Supplier<T> supplier)
        Specified by:
        els in interface ElseDo<T>