p

mythtv

services

package services

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. services
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BackendService extends Service

    A marker trait used to indicate services provided by the MythTV backend.

  2. trait CaptureService extends BackendService
  3. trait ChannelService extends BackendService
  4. trait ContentService extends BackendService
  5. trait DvrService extends BackendService
  6. trait FrontendService extends Service

    A marker trait used to indicate services provided by the MythTV frontend.

  7. trait GuideService extends BackendService
  8. trait ImageService extends BackendService
  9. trait MusicService extends BackendService
  10. trait MythFrontendService extends FrontendService
  11. trait MythService extends BackendService
  12. trait Service extends AnyRef
  13. trait ServiceEndpoint extends AnyRef
  14. trait ServiceFactory[A <: Service] extends AnyRef
  15. trait ServiceProvider extends AnyRef
  16. type ServiceResult[T] = Either[ServiceFailure, T]
  17. implicit final class ServiceResultGetter[T] extends AnyVal
  18. trait ServicesObject[+T] extends AnyRef
  19. trait VideoService extends BackendService

Value Members

  1. object Service
  2. object ServiceProvider extends ServiceProvider

Inherited from AnyRef

Inherited from Any

Ungrouped