Uses of Class
org.tquadrat.foundation.javacomposer.internal.DebugOutput
Packages that use DebugOutput
Package
Description
The implementations for the interfaces from the package
org.tquadrat.foundation.javacomposer
.-
Uses of DebugOutput in org.tquadrat.foundation.javacomposer.internal
Fields in org.tquadrat.foundation.javacomposer.internal with type parameters of type DebugOutputModifier and TypeFieldDescriptionstatic final Optional
<DebugOutput> Util.NO_DEBUG_OUTPUT
The return value ofUtil.createDebugOutput(boolean)
when no debug output is desired.Methods in org.tquadrat.foundation.javacomposer.internal that return types with arguments of type DebugOutputModifier and TypeMethodDescriptionstatic final Optional
<DebugOutput> Util.createDebugOutput
(boolean addDebugOutput) Creates the debug output.