com.joypeg.scamandrill.client

MandrillClient

trait MandrillClient extends AnyRef

Trait to define the operations that are allowed by either the Blocking or Async client. Note that each operation return either a Future (in case of the async client) or a Try (in case of the blocking client). It also contains the list of endpoints of the Mandrill API.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MandrillClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def exportActivity(export: MExportActivity): Any

    Begins an export of your activity history.

    Begins an export of your activity history. The activity will be exported to a zip archive containing a single file named activity.csv in the same format as you would be able to export from your account's activity view. It includes the following fields: Date, Email Address, Sender, Subject, Status, Tags, Opens, Clicks, Bounce Detail. If you have configured any custom metadata fields, they will be included in the exported data.

    export

    - the export activity

    returns

    information about the activity export job that was started

  2. abstract def exportInfo(export: MExportInfo): Any

    Returns information about an export job.

    Returns information about an export job. If the export job's state is 'complete', the returned data will include a URL you can use to fetch the results. Every export job produces a zip archive, but the format of the archive is distinct for each job type. The api calls that initiate exports include more details about the output format for that job type.

    export

    - the export type

    returns

    the information about the export

  3. abstract def exportList(key: MKey): Any

    Returns a list of your exports.

    Returns a list of your exports.

    key

    - the key of the account to use

    returns

    the account's exports

  4. abstract def exportReject(export: MExportNotify): Any

    Begins an export of your rejection blacklist.

    Begins an export of your rejection blacklist. The blacklist will be exported to a zip archive containing a single file named rejects.csv that includes the following fields: email, reason, detail, created_at, expires_at, last_event_at, expires_at.

    export

    - the export job

    returns

    information about the rejects export job that was started

  5. abstract def exportWhitelist(export: MExportNotify): Any

    Begins an export of your rejection whitelist.

    Begins an export of your rejection whitelist. The whitelist will be exported to a zip archive containing a single file named whitelist.csv that includes the following fields: email, detail, created_at.

    export

    - the export job

    returns

    information about the whitelist export job that was started

  6. abstract def inboudSendRaw(inbound: MInboundRaw): Any

    Take a raw MIME document destined for a domain with inbound domains set up, and send it to the inbound hook exactly as if it had been sent over SMTP

    Take a raw MIME document destined for a domain with inbound domains set up, and send it to the inbound hook exactly as if it had been sent over SMTP

    inbound

    - raw MIME document

    returns

    an array of the information for each recipient in the message (usually one) that matched an inbound route

  7. abstract def inboundAddDomain(inbound: MInboundDomain): Any

    Add an inbound domain to your account

    Add an inbound domain to your account

    inbound

    - the domain to add

    returns

    information about the domain

  8. abstract def inboundAddRoute(inbound: MInboundRoute): Any

    Add a new mailbox route to an inbound domain

    Add a new mailbox route to an inbound domain

    inbound

    - the domain

    returns

    the added mailbox route information

  9. abstract def inboundCheckDomain(inbound: MInboundDomain): Any

    Check the MX settings for an inbound domain.

    Check the MX settings for an inbound domain. The domain must have already been added with the add-domain call

    inbound

    - the domain to check

    returns

    information about the inbound domain

  10. abstract def inboundDeleteDomain(inbound: MInboundDomain): Any

    Delete an inbound domain from the account.

    Delete an inbound domain from the account. All mail will stop routing for this domain immediately.

    inbound

    - the domain to delete

    returns

    information about the inbound domain

  11. abstract def inboundDeleteRoute(inbound: MInboundDelRoute): Any

    Delete an existing inbound mailbox route

    Delete an existing inbound mailbox route

    inbound

    - the route to delete

    returns

    the deleted mailbox route information

  12. abstract def inboundDomains(key: MKey): Any

    List the domains that have been configured for inbound delivery

    List the domains that have been configured for inbound delivery

    key

    - the key of the account to use

    returns

    the inbound domains associated with the account

  13. abstract def inboundRoutes(inbound: MInboundDomain): Any

    List the mailbox routes defined for an inbound domain

    List the mailbox routes defined for an inbound domain

    inbound

    - the domain

    returns

    the routes associated with the domain

  14. abstract def inboundUpdateRoute(inbound: MInboundUpdateRoute): Any

    Update the pattern or webhook of an existing inbound mailbox route.

    Update the pattern or webhook of an existing inbound mailbox route. If null is provided for any fields, the values will remain unchanged.

    inbound

    - the route to update

    returns

    the updated mailbox route information

  15. abstract def ispCancelWarmup(isp: MIspIp): Any

    Cancels the warmup process for a dedicated IP.

    Cancels the warmup process for a dedicated IP.

    isp

    - the isp

    returns

    Information about the dedicated IP

  16. abstract def ispCreatePool(isp: MIspPoolInfo): Any

    Creates a pool and returns it.

    Creates a pool and returns it. If a pool already exists with this name, no action will be performed.

    isp

    - the pool

    returns

    Information about the dedicated ip pool

  17. abstract def ispDelete(isp: MIspIp): Any

    Deletes a dedicated IP.

    Deletes a dedicated IP. This is permanent and cannot be undone.

    isp

    - the ip

    returns

    a description of the ip that was removed from your account.

  18. abstract def ispDeletePool(isp: MIspPoolInfo): Any

    Deletes a pool.

    Deletes a pool. A pool must be empty before you can delete it, and you cannot delete your default pool.

    isp

    - the pool

    returns

    information about the status of the pool that was deleted

  19. abstract def ispInfo(isp: MIspIp): Any

    Retrieves information about a single dedicated ip.

    Retrieves information about a single dedicated ip.

    isp

    - the isp

    returns

    Information about the dedicated ip

  20. abstract def ispList(key: MKey): Any

    Lists your dedicated IPs.

    Lists your dedicated IPs.

    key

    - the key of the account to use

    returns

    an array of structs for each dedicated IP

  21. abstract def ispListPool(key: MKey): Any

    Lists your dedicated IP pools.

    Lists your dedicated IP pools.

    key

    - the key of the account to use

    returns

    the dedicated IP pools for your account, up to a maximum of 1,000

  22. abstract def ispPoolInfo(isp: MIspPoolInfo): Any

    Describes a single dedicated IP pool.

    Describes a single dedicated IP pool.

    isp

    - the ip pool

    returns

    Information about the dedicated ip pool

  23. abstract def ispProvision(isp: MIspPool): Any

    Requests an additional dedicated IP for your account.

    Requests an additional dedicated IP for your account. Accounts may have one outstanding request at any time, and provisioning requests are processed within 24 hours.

    isp

    - the isp

    returns

    a description of the provisioning request that was created

  24. abstract def ispSetCustomDns(isp: MIspDns): Any

    Configures the custom DNS name for a dedicated IP.

    Configures the custom DNS name for a dedicated IP.

    isp

    - custom dns

    returns

    information about the dedicated IP's new configuration

  25. abstract def ispSetPool(isp: MIspSetPool): Any

    Moves a dedicated IP to a different pool.

    Moves a dedicated IP to a different pool.

    isp

    - the isp

    returns

    Information about the updated state of the dedicated IP

  26. abstract def ispStartWarmup(isp: MIspIp): Any

    Begins the warmup process for a dedicated IP.

    Begins the warmup process for a dedicated IP. During the warmup process, Mandrill will gradually increase the percentage of your mail that is sent over the warming-up IP, over a period of roughly 30 days. The rest of your mail will be sent over shared IPs or other dedicated IPs in the same pool.

    isp

    - the isp

    returns

    Information about the dedicated IP

  27. abstract def messagesCancelSchedule(sc: MCancelSchedule): Any

    Cancels a scheduled email

    Cancels a scheduled email

    sc

    - the scheduled mail

    returns

    information about the scheduled email that was cancelled.

  28. abstract def messagesContent(q: MMessageInfo): Any

    Get the full content of a recently sent message

    Get the full content of a recently sent message

    q

    - the message info (containing unique id)

    returns

    the content of the message

  29. abstract def messagesInfo(q: MMessageInfo): Any

    Get the information for a single recently sent message

    Get the information for a single recently sent message

    q

    - the message info (containing unique id)

    returns

    the information for the message

  30. abstract def messagesListSchedule(to: MListSchedule): Any

    Queries your scheduled emails by sender or recipient, or both.

    Queries your scheduled emails by sender or recipient, or both.

    to

    - the recipient address to restrict results to

    returns

    a list of up to 1000 scheduled emails

  31. abstract def messagesParse(raw: MParse): Any

    Parse the full MIME document for an email message, returning the content of the message broken into its constituent pieces

    Parse the full MIME document for an email message, returning the content of the message broken into its constituent pieces

    raw

    - the full MIME document of an email message

    returns

    the parsed message

  32. abstract def messagesReschedule(sc: MReSchedule): Any

    Reschedules a scheduled email.

    Reschedules a scheduled email.

    sc

    - the mail to reschedule

    returns

    information about the scheduled email that was rescheduled.

  33. abstract def messagesSearch(q: MSearch): Any

    Search the content of recently sent messages and optionally narrow by date range, tags and senders.

    Search the content of recently sent messages and optionally narrow by date range, tags and senders. This method may be called up to 20 times per minute. If you need the data more often, you can use /messages/info.json to get the information for a single message, or webhooks to push activity to your own application for querying.

    q

    - the search values

    returns

    an array of information for a single matching message

  34. abstract def messagesSearchTimeSeries(q: MSearchTimeSeries): Any

    Search the content of recently sent messages and return the aggregated hourly stats for matching messages

    Search the content of recently sent messages and return the aggregated hourly stats for matching messages

    q

    - the search values

    returns

    the history information

  35. abstract def messagesSend(msg: MSendMessage): Any

    Send a new transactional message through Mandrill

    Send a new transactional message through Mandrill

    msg

    - the message to send

    returns

    - an of structs for each recipient containing the key "email" with the email address and "status" as either "sent", "queued", or "rejected"

  36. abstract def messagesSendRaw(raw: MSendRaw): Any

    Take a raw MIME document for a message, and send it exactly as if it were sent through Mandrill's SMTP servers

    Take a raw MIME document for a message, and send it exactly as if it were sent through Mandrill's SMTP servers

    raw

    - the full MIME document of an email message

    returns

    an array for each recipient containing the key "email" with the email address and "status" as either "sent", "queued", or "rejected"

  37. abstract def messagesSendTemplate(msg: MSendTemplateMessage): Any

    Send a new transactional message through Mandrill using a template

    Send a new transactional message through Mandrill using a template

    msg

    - the message to send

    returns

    - an of structs for each recipient containing the key "email" with the email address and "status" as either "sent", "queued", or "rejected"

  38. abstract def metadataAdd(meta: MMeteadatapAdd): Any

    Add a new custom metadata field to be indexed for the account.

    Add a new custom metadata field to be indexed for the account.

    meta

    - the metadata to add

    returns

    the information saved about the new metadata field

  39. abstract def metadataDelete(meta: MMeteadatapDelete): Any

    Delete an existing custom metadata field.

    Delete an existing custom metadata field. Deletion isn't instataneous, and /metadata/list will continue to return the field until the asynchronous deletion process is complete.

    meta

    - the metadata to delete

    returns

    the information for the deleted metadata field

  40. abstract def metadataList(key: MKey): Any

    Get the list of custom metadata fields indexed for the account.

    Get the list of custom metadata fields indexed for the account.

    key

    - the key of the account to use

    returns

    the custom metadata fields for the account

  41. abstract def metadataUpdate(meta: MMeteadatapAdd): Any

    Update an existing custom metadata field.

    Update an existing custom metadata field.

    meta

    - the metadata to update

    returns

    the information for the updated metadata field

  42. abstract def rejectAdd(add: MRejectAdd): Any

    Adds an email to your email rejection blacklist.

    Adds an email to your email rejection blacklist. Addresses that you add manually will never expire and there is no reputation penalty for removing them from your blacklist. Attempting to blacklist an address that has been whitelisted will have no effect.

    add

    - info about the mail to blacklist

    returns

    an object containing the address and the result of the operation

  43. abstract def rejectDelete(delete: MRejectDelete): Any

    Deletes an email rejection.

    Deletes an email rejection. There is no limit to how many rejections you can remove from your blacklist, but keep in mind that each deletion has an affect on your reputation.

    delete

    - the mail to delete from the blacklist

    returns

    - an object containing the address and whether the deletion succeeded.

  44. abstract def rejectList(list: MRejectList): Any

    Retrieves your email rejection blacklist.

    Retrieves your email rejection blacklist. You can provide an email address to limit the results. Returns up to 1000 results. By default, entries that have expired are excluded from the results; set include_expired to true to include them.

    list

    - information about the list of mails to retrieve

    returns

    up to 1000 results

  45. abstract def sendersAddDomain(snd: MSenderDomain): Any

    Adds a sender domain to your account.

    Adds a sender domain to your account. Sender domains are added automatically as you send, but you can use this call to add them ahead of time.

    snd

    - the domain to add

    returns

    information about the domain

  46. abstract def sendersCheckDomain(snd: MSenderDomain): Any

    Checks the SPF and DKIM settings for a domain.

    Checks the SPF and DKIM settings for a domain. If you haven't already added this domain to your account, it will be added automatically.

    snd

    - the domain to add

    returns

    information about the domain

  47. abstract def sendersDomains(key: MKey): Any

    Returns the sender domains that have been added to this account.

    Returns the sender domains that have been added to this account.

    key

    - the key of the account to use

    returns

    the sender domains that have been added to this account.

  48. abstract def sendersInfo(snd: MSenderAddress): Any

    Return more detailed information about a single sender, including aggregates of recent stats

    Return more detailed information about a single sender, including aggregates of recent stats

    snd

    - the email address of the sender

    returns

    the detailed information on the sender

  49. abstract def sendersList(key: MKey): Any

    Return the senders that have tried to use this account.

    Return the senders that have tried to use this account.

    key

    - the key of the account to use

    returns

    the senders that have tried to use this account.

  50. abstract def sendersTimeSeries(snd: MSenderAddress): Any

    Return the recent history (hourly stats for the last 30 days) for a sender

    Return the recent history (hourly stats for the last 30 days) for a sender

    snd

    - the email address of the sender

    returns

    the array of history information

  51. abstract def sendersVerifyDomain(snd: MSenderVerifyDomain): Any

    Sends a verification email in order to verify ownership of a domain.

    Sends a verification email in order to verify ownership of a domain. Domain verification is an optional step to confirm ownership of a domain. Once a domain has been verified in a Mandrill account, other accounts may not have their messages signed by that domain unless they also verify the domain. This prevents other Mandrill accounts from sending mail signed by your domain.

    snd

    - the verification email to send

    returns

    information about the verification that was sent

  52. abstract def shutdownSystem(): Unit

    Asks all the underlying actors to close (waiting for 1 second) and then shut down the system.

    Asks all the underlying actors to close (waiting for 1 second) and then shut down the system. Because the blocking client is basically a wrapper of the async one, bot the async and blocking client are supposed to call this method when they are not required or the application using them exit.

    See also

    com.joypeg.scamandrill.client.ScamandrillSendReceive

  53. abstract def subaccountAdd(subacc: MSubaccount): Any

    Add a new subaccount

    Add a new subaccount

    subacc

    - the subaccount to add

    returns

    the information saved about the new subaccount

  54. abstract def subaccountDelete(subacc: MSubaccountInfo): Any

    Delete an existing subaccount.

    Delete an existing subaccount. Any email related to the subaccount will be saved, but stats will be removed and any future sending calls to this subaccount will fail.

    subacc

    - the subaccount to delete

    returns

    the information for the deleted subaccount

  55. abstract def subaccountInfo(subacc: MSubaccountInfo): Any

    Given the ID of an existing subaccount, return the data about it

    Given the ID of an existing subaccount, return the data about it

    subacc

    - the existing subaccount

    returns

    the information about the subaccount

  56. abstract def subaccountList(subacc: MSubaccountList): Any

    Get the list of subaccounts defined for the account, optionally filtered by a prefix

    Get the list of subaccounts defined for the account, optionally filtered by a prefix

    subacc

    - the prefix

    returns

    the subaccounts for the account, up to a maximum of 1,000

  57. abstract def subaccountPause(subacc: MSubaccountInfo): Any

    Pause a subaccount's sending.

    Pause a subaccount's sending. Any future emails delivered to this subaccount will be queued for a maximum of 3 days until the subaccount is resumed.

    subacc

    - the subaccount to pause

    returns

    the information for the paused subaccount

  58. abstract def subaccountResume(subacc: MSubaccountInfo): Any

    Resume a paused subaccount's sending

    Resume a paused subaccount's sending

    subacc

    - the subaccount to resume

    returns

    the information for the resumed subaccount

  59. abstract def subaccountUpdate(subacc: MSubaccount): Any

    Update an existing subaccount

    Update an existing subaccount

    subacc

    - the existing subaccount to update

    returns

    the information for the updated subaccount

  60. abstract def tagAllTimeSeries(key: MKey): Any

    Return the recent history (hourly stats for the last 30 days) for all tags

    Return the recent history (hourly stats for the last 30 days) for all tags

    key

    - the key of the account to use

    returns

    the recent history (hourly stats for the last 30 days) for all tags

  61. abstract def tagDelete(tag: MTagRequest): Any

    Deletes a tag permanently.

    Deletes a tag permanently. Deleting a tag removes the tag from any messages that have been sent, and also deletes the tag's stats. There is no way to undo this operation, so use it carefully.

    tag

    - the existing tag info

    returns

    the tag that was deleted

  62. abstract def tagInfo(tag: MTagRequest): Any

    Return more detailed information about a single tag, including aggregates of recent stats

    Return more detailed information about a single tag, including aggregates of recent stats

    tag

    - the existing tag info

    returns

    the tag asked

  63. abstract def tagList(key: MKey): Any

    Return all of the user-defined key information

    Return all of the user-defined key information

    key

    - the key of the account to use

    returns

    all of the user-defined key information

  64. abstract def tagTimeSeries(tag: MTagRequest): Any

    Return the recent history (hourly stats for the last 30 days) for a tag

    Return the recent history (hourly stats for the last 30 days) for a tag

    tag

    - the existing tag info

    returns

    the recent history (hourly stats for the last 30 days) for a tag

  65. abstract def templateAdd(template: MTemplate): Any

    Add a new template

    Add a new template

    template

    - the template

    returns

    the information saved about the new template

  66. abstract def templateDelete(template: MTemplateInfo): Any

    Delete a template

    Delete a template

    template

    - the template

    returns

    the template that was deleted

  67. abstract def templateInfo(template: MTemplateInfo): Any

    Get the information for an existing template

    Get the information for an existing template

    template

    - the template

    returns

    the requested template information

  68. abstract def templateList(template: MTemplateList): Any

    Return a list of all the templates available to this user

    Return a list of all the templates available to this user

    template

    - the template

    returns

    an array of objects with information about each template

  69. abstract def templatePublish(template: MTemplateInfo): Any

    Publish the content for the template.

    Publish the content for the template. Any new messages sent using this template will start using the content that was previously in draft.

    template

    - the template

    returns

    the template that was published

  70. abstract def templateRender(template: MTemplateRender): Any

    Inject content and optionally merge fields into a template, returning the HTML that results

    Inject content and optionally merge fields into a template, returning the HTML that results

    template

    - the template

    returns

    the result of rendering the given template with the content and merge field values injected

  71. abstract def templateTimeSeries(template: MTemplateInfo): Any

    Return the recent history (hourly stats for the last 30 days) for a template

    Return the recent history (hourly stats for the last 30 days) for a template

    template

    - the template

    returns

    an array of history information

  72. abstract def templateUpdate(template: MTemplate): Any

    Update the code for an existing template.

    Update the code for an existing template. If null is provided for any fields, the values will remain unchanged

    template

    - the template

    returns

    the template that was updated

  73. abstract def urlsAddTrackingDomain(url: MUrlDomain): Any

    Add a tracking domain to your account

    Add a tracking domain to your account

    url

    - a domain

    returns

    information about the domain

  74. abstract def urlsCheckTrackingDomain(url: MUrlDomain): Any

    Checks the CNAME settings for a tracking domain.

    Checks the CNAME settings for a tracking domain. The domain must have been added already with the add-tracking-domain call

    url

    - an existing tracking domain name

    returns

    information about the tracking domain

  75. abstract def urlsList(key: MKey): Any

    Get the 100 most clicked URLs

    Get the 100 most clicked URLs

    key

    - the key of the account to use

    returns

    the 100 most clicked URLs

  76. abstract def urlsSearch(url: MUrlSearch): Any

    Return the 100 most clicked URLs that match the search query given

    Return the 100 most clicked URLs that match the search query given

    url

    - a search query

    returns

    the 100 most clicked URLs that match the search query given

  77. abstract def urlsTimeSeries(url: MUrlTimeSeries): Any

    Return the recent history (hourly stats for the last 30 days) for a url

    Return the recent history (hourly stats for the last 30 days) for a url

    url

    - a search query

    returns

    the recent history (hourly stats for the last 30 days) for a url

  78. abstract def urlsTrackingDomain(key: MKey): Any

    Get the list of tracking domains set up for this account

    Get the list of tracking domains set up for this account

    key

    - the key of the account to use

    returns

    the list of tracking domains set up for this account

  79. abstract def usersInfo(key: MKey): Any

    Return the information about the API-connected user

    Return the information about the API-connected user

    key

    - the key of the account to use

    returns

    the information about the API-connected user

  80. abstract def usersPing(key: MKey): Any

    Validate an API key and respond to a ping

    Validate an API key and respond to a ping

    key

    - the key of the account to use

    returns

    - the string "PONG!" if successful

  81. abstract def usersPing2(key: MKey): Any

    Validate an API key and respond to a ping (anal JSON parser version)

    Validate an API key and respond to a ping (anal JSON parser version)

    key

    - the key of the account to use

    returns

    - the string "PONG!" if successful

  82. abstract def usersSenders(key: MKey): Any

    Return the senders that have tried to use this account, both verified and unverified

    Return the senders that have tried to use this account, both verified and unverified

    key

    - the key of the account to use

    returns

    the senders that have tried to use this account, both verified and unverified

  83. abstract def webhookAdd(webhook: MWebhook): Any

    Add a new webhook

    Add a new webhook

    webhook
    returns

    the information saved about the new webhook

  84. abstract def webhookDelete(webhook: MWebhookInfo): Any

    Delete an existing webhook

    Delete an existing webhook

    webhook

    - the webhook to delete

    returns

    the information saved about the new webhook

  85. abstract def webhookInfo(webhook: MWebhookInfo): Any

    Given the ID of an existing webhook, return the data about it

    Given the ID of an existing webhook, return the data about it

    webhook

    - the existing webhook

    returns

    the information saved about the new webhook

  86. abstract def webhookList(key: MKey): Any

    Get the list of all webhooks defined on the account

    Get the list of all webhooks defined on the account

    key

    - the key of the account to use

    returns

    the webhooks associated with the account

  87. abstract def webhookUpdate(webhook: MWebhookUpdate): Any

    Update an existing webhook

    Update an existing webhook

    webhook

    - the existing webhook to update

    returns

    the information saved about the new webhook

  88. abstract def whitelistAdd(mail: MWhitelist): Any

    Adds an email to your email rejection whitelist.

    Adds an email to your email rejection whitelist. If the address is currently on your blacklist, that blacklist entry will be removed automatically.

    mail

    - the mail to be added to the whitelist

    returns

    an object containing the address and the result of the operation

  89. abstract def whitelistDelete(mail: MWhitelist): Any

    Removes an email address from the whitelist.

    Removes an email address from the whitelist.

    mail

    - the mail to be removed from the whitelist

    returns

    a status object containing the address and whether the deletion succeeded

  90. abstract def whitelistList(mail: MWhitelist): Any

    Retrieves your email rejection whitelist.

    Retrieves your email rejection whitelist. You can provide an email address or search prefix to limit the results.

    mail

    - the list of mails to be returned

    returns

    up to 1000 results

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. object Endpoints extends Enumeration

    An enumeration of the endpoints for Mandrill API

    An enumeration of the endpoints for Mandrill API

    See also

    https://mandrillapp.com/api/docs/

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  17. def toString(): String

    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped