None
Match no memories.
Attributes
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait MemoryFilterclass Objecttrait Matchableclass AnyShow all
- Self type
-
None.type
Members list
Type members
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- Singleton
The mirrored *-type
The mirrored *-type
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- Singleton
Inherited and Abstract types
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Inherited methods
Alias for and.
Combine this filter with another using AND logic.
Combine this filter with another using AND logic.
Value parameters
- other
-
The other filter to combine with
Attributes
- Returns
-
A new MemoryFilter that matches if both filters match
- Inherited from:
- MemoryFilter
Create a new instance of type T with elements taken from product p.
Create a new instance of type T with elements taken from product p.
Attributes
- Inherited from:
- Singleton
Negate this filter.
Negate this filter.
Attributes
- Returns
-
A new MemoryFilter that matches if this filter does not match
- Inherited from:
- MemoryFilter
Combine this filter with another using OR logic.
Combine this filter with another using OR logic.
Value parameters
- other
-
The other filter to combine with
Attributes
- Returns
-
A new MemoryFilter that matches if either filter matches
- Inherited from:
- MemoryFilter
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Alias for not.
Alias for or.