JavaRecordUtils
org.encalmo.utils.JavaRecordUtils
object JavaRecordUtils
Attributes
- Graph
-
- Supertypes
- Self type
-
JavaRecordUtils.type
Members list
Type members
Classlikes
object TypeReprIsJavaRecord
Attributes
- Supertypes
- Self type
-
TypeReprIsJavaRecord.type
Value members
Concrete methods
Visit a Java record type and collect the results into a block of unit.
Visit a Java record type and collect the results into a block of unit.
Attributes
- Returns
-
Unit
Visit a Java record type and collect the results into a block of unit.
Visit a Java record type and collect the results into a block of unit.
Attributes
- Returns
-
Unit
def visitTermless(using cache: StatementsCache)(tpe: cache.quotes.reflect.TypeRepr, functionOnField: (cache.quotes.reflect.TypeRepr, String) => Unit): Unit
Visit a Java record type and collect the results into a block of unit without the value term.
Visit a Java record type and collect the results into a block of unit without the value term.
Attributes
- Returns
-
Unit
In this article