Companion object for Messaging that provides implicit implementations for the following types:
-
java.lang.Throwable -
arbitary object with a
message()method that returnsString -
arbitary object with a parameterless
messagemethod that returnsString -
arbitary object with a
getMessage()method that returnsString -
arbitary object with a parameterless
getMessagemethod that returnsString
- Companion:
- class
Implicits
Implicits
Provides Messaging implementation for any arbitrary object with a getMessage() method that returns String
Provides Messaging implementation for any arbitrary object with a getMessage() method that returns String
- Type parameters:
- T
any type that has a
getMessage()method that returnsString
- Returns:
Messaging[T]that supportsTinhave messagesyntax
Provides Messaging implementation for any arbitrary object with a message() method that returns String
Provides Messaging implementation for any arbitrary object with a message() method that returns String
- Type parameters:
- T
any type that has a
message()method that returnsString
- Returns:
Messaging[T]that supportsTinhave messagesyntax
Provides Messaging implementation for any arbitrary object with a parameterless getMessage method that returns String
Provides Messaging implementation for any arbitrary object with a parameterless getMessage method that returns String
- Type parameters:
- T
any type that has a parameterless
getMessagemethod that returnsString
- Returns:
Messaging[T]that supportsTinhave messagesyntax
Provides Messaging implementation for any arbitrary object with a parameterless message method that returns String
Provides Messaging implementation for any arbitrary object with a parameterless message method that returns String
- Type parameters:
- T
any type that has a parameterless
messagemethod that returnsString
- Returns:
Messaging[T]that supportsTinhave messagesyntax