Interface GenericParameter.Constraint<T>

All Superinterfaces:
Predicate<T>
Enclosing interface:
GenericParameter<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface GenericParameter.Constraint<T> extends Predicate<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
     

    Methods inherited from interface java.util.function.Predicate

    and, negate, or, test
  • Method Details

    • errorMessage

      default String errorMessage()