Interface IBooleanProvider

All Known Subinterfaces:
IBooleanContainer
All Known Implementing Classes:
BooleanContainer

public interface IBooleanProvider
  • Method Details

    • isTrue

      boolean isTrue()
    • notTrue

      default boolean notTrue()
    • not

      static boolean not(IBooleanProvider provider)
    • isTrue

      default <E extends Exception> void isTrue(IBlock<E> block) throws E
      Throws:
      E extends Exception
    • isFalse

      default <E extends Exception> void isFalse(IBlock<E> block) throws E
      Throws:
      E extends Exception