sealed trait LText extends DbpfType
- Source
- LText.scala
- Alphabetic
- By Inheritance
- LText
- DbpfType
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
convert[B <: DbpfType](implicit eh: ExceptionHandler, conv: Converter[DbpfType, B]): ![B, DbpfDecodeFailedException]
Deprecated: Prefer
convertTo
instead.Deprecated: Prefer
convertTo
instead.Converts this type to
B
. The implicit converter is usually provided by the companion object ofB
.An
ExceptionHandler
needs to be brought into scope via imports (eitherstrategy.throwExceptions
orstrategy.captureExceptions
from thescdbpf
package).- B
the type which this type gets converted to
- Definition Classes
- DbpfType
- Exceptions thrown
DbpfDecodeFailedException
if this type cannot be converted to typeB
structurally
-
def
convertTo[B <: DbpfType](dbpfType: DbpfTypeCompanion[B])(implicit eh: ExceptionHandler): ![B, DbpfDecodeFailedException]
Convert this type to
B
.Convert this type to
B
.An
ExceptionHandler
needs to be brought into scope via imports (eitherstrategy.throwExceptions
orstrategy.captureExceptions
from thescdbpf
package).- B
the type which this type gets converted to
- dbpfType
(the companion object of) the type which this type gets converted to
- Definition Classes
- DbpfType
- Exceptions thrown
DbpfDecodeFailedException
if this type cannot be converted to typeB
structurally
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()