Class TrueCondition

    • Constructor Summary

      Constructors 
      Constructor Description
      TrueCondition()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(ConditionContext context)
      Check whether a specific condition is met.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.micronaut.context.condition.Condition

        test
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • TrueCondition

        public TrueCondition()
    • Method Detail

      • matches

        public boolean matches​(ConditionContext context)
        Description copied from interface: Condition
        Check whether a specific condition is met.
        Specified by:
        matches in interface Condition
        Parameters:
        context - The condition context
        Returns:
        True if has been met