FDMap

extension FDMap
  • joins 2 maps together. If a FDMap is a child -> parent mapping

    Declaration

    Swift

    public func compose(_ other: FDMap) -> FDMap

    Parameters

    self

    intermediate -> parent

    other

    child -> intermediate

    Return Value

    child -> parent