NamedTupleUtils
org.encalmo.utils.NamedTupleUtils
object NamedTupleUtils
Attributes
- Graph
-
- Supertypes
- Self type
-
NamedTupleUtils.type
Members list
Type members
Classlikes
object TypeReprIsNamedTuple
Attributes
- Supertypes
- Self type
-
TypeReprIsNamedTuple.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
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, functionOnField: (cache.quotes.reflect.TypeRepr, String, Int) => Unit): Unit
Visit a named tuple using a statements cache.
Visit a named tuple using a statements cache.
Attributes
- Returns
-
Unit
In this article