implicit final class CopyIconOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CopyIconOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 bordered(s: Boolean = true): Icon
- def circular(s: Boolean = true): Icon
- def className(c: String): Icon
- def clazz(s: Css): Icon
- def color(s: semanticui.SemanticColor): Icon
- def corner(c: IconCorner): Icon
- def disabled(s: Boolean = true): Icon
- def fitted(s: Boolean = true): Icon
- def flipped(s: IconFlip): Icon
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- val i: Icon
- def inverted(s: Boolean = true): Icon
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def link(s: Boolean = true): Icon
- def loading(s: Boolean = true): Icon
- def rotated(s: IconRotated): Icon
- def size(s: semanticui.SemanticSize): Icon
- def toString(): String
- Definition Classes
- Any