19 declare(strict_types=1);
 
recordOf(array $transformations)
Get a kind transformation to a record. 
 
int()
Get a kind transformation to an int. 
 
float()
Get a kind transformation to a float. 
 
null()
Get a kind transformation to null. 
 
string()
Get a kind transformation to a string. 
 
dateTime()
Get a kind transformation to a DateTimeImmutable. 
 
listOf(Transformation $transformation)
Get a kind transformation to a list. 
 
bool()
Get a kind transformation to a bool. 
 
tupleOf(array $transformation)
Get a kind transformation to a tuple. 
 
__construct(Factory $dataFactory)
 
dictOf(Transformation $transformation)
Get a kind transformation to a dictionary.