ExistsAccumulator

class ExistsAccumulator(p: Type => Boolean, val stopAt: StopAt, forceLazy: Boolean)(using x$4: Context) extends TypeAccumulator[Boolean]
trait (Boolean, Type) => Boolean
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(x: Boolean, tp: Type): Boolean

Inherited methods

protected def applyToAnnot(x: Boolean, annot: Annotation): T
Inherited from:
TypeAccumulator
final protected def applyToPrefix(x: Boolean, tp: NamedType): T
Inherited from:
TypeAccumulator
inline protected def atVariance[T](v: Int)(op: => T): T
Inherited from:
VariantTraversal
def curried: T1 => T2 => R
Inherited from:
Function2
final def foldOver(x: Boolean, ts: List[Type]): T
Inherited from:
TypeAccumulator
def foldOver(x: Boolean, tp: Type): T
Inherited from:
TypeAccumulator
protected def isStaticPrefix(pre: Type)(using Context): Boolean

Can the prefix of this static reference be omitted if the reference itself can be omitted? Overridden in TypeOps#avoid.

Can the prefix of this static reference be omitted if the reference itself can be omitted? Overridden in TypeOps#avoid.

Inherited from:
VariantTraversal
Inherited from:
VariantTraversal
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Function2 -> Any
Inherited from:
Function2
def tupled: ((T1, T2)) => R
Inherited from:
Function2

Concrete fields

override val stopAt: StopAt

Implicits

Inherited implicits

implicit protected val accCtx: Context
Inherited from:
TypeAccumulator