implicit final class ToasterEnhancements extends AnyVal
Toaster Enhancements
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ToasterEnhancements
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
danger(title: String, body: String, timeout: Long): ToasterInstance
- Annotations
- @inline()
-
def
danger(title: String, body: String): ToasterInstance
- Annotations
- @inline()
-
def
danger(title: String): ToasterInstance
- Annotations
- @inline()
-
def
error(title: String, body: String, timeout: Long): ToasterInstance
- Annotations
- @inline()
-
def
error(title: String, body: String): ToasterInstance
- Annotations
- @inline()
-
def
error(title: String): ToasterInstance
- Annotations
- @inline()
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
def
info(title: String, body: String, timeout: Long): ToasterInstance
- Annotations
- @inline()
-
def
info(title: String, body: String): ToasterInstance
- Annotations
- @inline()
-
def
info(title: String): ToasterInstance
- Annotations
- @inline()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
success(title: String, body: String, timeout: Long): ToasterInstance
- Annotations
- @inline()
-
def
success(title: String, body: String): ToasterInstance
- Annotations
- @inline()
-
def
success(title: String): ToasterInstance
- Annotations
- @inline()
-
def
toString(): String
- Definition Classes
- Any
- val toaster: Toaster
-
def
warning(title: String, body: String, timeout: Long): ToasterInstance
- Annotations
- @inline()
-
def
warning(title: String, body: String): ToasterInstance
- Annotations
- @inline()
-
def
warning(title: String): ToasterInstance
- Annotations
- @inline()