QLSerialSegment<Input, Output>
- type:
class - conforms to:
AnySegment
- init(operationId:
AnyHashable, operation:Operation, errorHandler:ErrorHandler?, output:QLAnchor<Output>?)
-
input:
QLAnchor<Input> -
output:
QLAnchor<Output> -
operationId:
AnyHashable -
operationQueue:
DispatchQueue
-
findSegments(with operationId:
AnyHashable) ->[AnySegment] -
describeOperationPath( ) ->
String
Operation segments are the vehicles that drive your custom operations.
Segments can be run independently, or linked together in order to form any
number of complex sequences.
When connecting segments together, the input of the second
gets assigned to the output of the first, and so on.
- A
segmentonly observes its owninput. - A
segmentonly runs its operation if it has anoutputassigned