CyclicNegation

sbt.internal.util.logic.Logic.CyclicNegation
final class CyclicNegation(val cycle: List[Literal]) extends LogicException

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val cycle: List[Literal]

Inherited fields

override val toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
LogicException