Interface UnknownResolution

All Superinterfaces:
Resolution

public non-sealed interface UnknownResolution extends Resolution
Resolution failure model.
Author:
Matt Coley
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    default boolean
     
  • Method Details

    • isUnknown

      default boolean isUnknown()
      Specified by:
      isUnknown in interface Resolution
      Returns:
      true if this resolution has failed.
    • matches

      default boolean matches(@Nonnull Resolution other)
      Specified by:
      matches in interface Resolution
      Parameters:
      other - Other resolution to check against.
      Returns:
      true if the other resolution represents the same resolved content.