TupleUtils
org.encalmo.utils.TupleUtils
object TupleUtils
Attributes
- Graph
-
- Supertypes
- Self type
-
TupleUtils.type
Members list
Type members
Classlikes
object TypeReprIsTuple
Attributes
- Supertypes
- Self type
-
TypeReprIsTuple.type
Value members
Concrete methods
Visit a named tuple and collect the results into a block of unit.
Visit a named tuple and collect the results into a block of unit.
Attributes
- Returns
-
Unit
def createTuple2(using cache: StatementsCache)(key: cache.quotes.reflect.Term, value: cache.quotes.reflect.Term): cache.quotes.reflect.Term
Visit a named tuple using a statements cache.
Visit a named tuple using a statements cache.
Attributes
- Returns
-
Unit
def visitTermless(using cache: StatementsCache)(tpe: cache.quotes.reflect.TypeRepr, functionOnItem: (cache.quotes.reflect.TypeRepr, Int) => Unit): Unit
Visit a named tuple using a statements cache without the value term.
Visit a named tuple using a statements cache without the value term.
Attributes
- Returns
-
Unit
In this article