-
- All Known Implementing Classes:
Absent,AbstractRecordOutlet,AbstractRecordStreamlet,Accept,AcceptCharset,AcceptEncoding,AcceptLanguage,ActorHostDef,ActorLaneDef,ActorMeshDef,ActorNodeDef,ActorPartDef,ActorSpaceDef,Allow,AndOperator,Arg,Attr,AuthedResponse,AuthenticatorAddress,AuthRequest,AvroName,AvroNamespace,BinaryOperator,BitwiseAndOperator,BitwiseNotOperator,BitwiseOrOperator,BitwiseXorOperator,Bool,BridgeFunc,BTree,BTreeMap,ChildrenSelector,ChunkExtension,ClientAuth,ClockDef,Cmd,CommandMessage,ConditionalOperator,Connection,ContentCoding,ContentEncoding,ContentLength,ContentType,Data,DbStoreDef,DeauthedResponse,DeauthRequest,DescendantsSelector,DivideOperator,DownlinkAddress,DownlinkRecord,DownlinkStreamlet,EdgeAddress,Envelope,EqOperator,EventMessage,Expect,Expression,Extant,Field,FilterSelector,FingerTrieSeq,FlowControl,FlowModifier,Func,GeOperator,GetAttrSelector,GetItemSelector,GetSelector,GoogleIdAuthenticatorDef,GoogleIdToken,GtOperator,HashTrieMap,HashTrieSet,Host,HostAddress,HostAddressed,HttpBody,HttpCharset,HttpChunk,HttpChunked,HttpChunkHeader,HttpChunkTrailer,HttpHeader,HttpMethod,HttpRequest,HttpResponse,HttpSettings,HttpStatus,HttpValue,HttpVersion,IdentitySelector,InputSettings,InterpreterSettings,InvokeOperator,IpSettings,Item,JavaAgentDef,JavaPlaneDef,JsAgentDef,JsonWebKey,JsonWebSignature,JsonWebToken,JsPlaneDef,KeysSelector,LambdaFunc,LaneAddress,LaneAddressed,LanguageRange,LeOperator,LinkAddressed,LinkedResponse,LinkRequest,ListDownlinkRecord,LiteralSelector,LtOperator,MapDownlinkRecord,Mark,MaxForwards,MediaRange,MediaType,MeshAddress,MinusOperator,ModuloOperator,MqttConnAck,MqttConnect,MqttConnStatus,MqttDisconnect,MqttPayload,MqttPingReq,MqttPingResp,MqttPubAck,MqttPubComp,MqttPublish,MqttPubRec,MqttPubRel,MqttQoS,MqttSettings,MqttSubAck,MqttSubscribe,MqttSubscription,MqttSubStatus,MqttUnsubAck,MqttUnsubscribe,MqttValue,MutableTensor,NegativeOperator,NeOperator,NodeAddress,NotOperator,Num,OpenIdAuthenticatorDef,OpenIdToken,Operator,Opt,Origin,OrOperator,OutputSettings,PageType,PartAddress,PlusOperator,PolicyDirective,PositiveOperator,Precision,Product,QTree,QTreeMap,R,R2,R2Box,R2Circle,R2Point,R2Vector,R3,R3Box,R3Point,R3Sphere,R3Vector,RawHeader,Record,RecordModel,RecordScope,RecordStreamlet,RN,RNVector,SecWebSocketAccept,SecWebSocketExtensions,SecWebSocketKey,SecWebSocketProtocol,SecWebSocketVersion,Selector,Server,ServiceAddress,Slot,Span,StoreAddress,StoreSettings,STree,STreeList,SyncedResponse,SyncRequest,Tag,TcpSettings,Tensor,TensorArray,TensorDims,Text,TheaterDef,TimesOperator,TlsSettings,TransferCoding,TransferEncoding,TransportSettings,UnaryOperator,UnlinkedResponse,UnlinkRequest,Upgrade,UpgradeProtocol,UplinkAddress,Uri,UriAuthority,UriFragment,UriHost,UriMapper,UriPath,UriPattern,UriPort,UriQuery,UriScheme,UriUser,UserAgent,UtfErrorMode,Value,ValueDownlinkRecord,ValuesSelector,WarpSettings,WebServiceDef,WebSocketExtension,WebSocketParam,WsBinary,WsClose,WsEngineSettings,WsFragment,WsOpcode,WsPing,WsPong,WsSettings,WsStatus,WsText,WsValue,Z,Z2,Z2Box,Z2Point,Z2Vector,Z3,Z3Box,Z3Point,Z3Vector
public interface DebugType that can output a developer readable debug string.Debugimplementations may useOutput.settings()to tailor the format of their debug strings. For example, debug strings may be stylized whenOutputSettings.isStyled()returnstrue.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Output<T>debug(Output<T> output)Writes a developer readable, debug-formatted string representation of this object tooutput.
-
-
-
Method Detail
-
debug
<T> Output<T> debug(Output<T> output)
Writes a developer readable, debug-formatted string representation of this object tooutput.- Returns:
- the continuation of the
output. - Throws:
OutputException- if theoutputexits the cont state before the full debug string has been written.
-
-