implicit final class PartialTransformationOps[From] extends AnyVal
Provides partial transformer operations on values of any type.
- From
type of source value
- Since
0.7.0
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PartialTransformationOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
PartialTransformationOps(source: From)
- source
wrapped source value
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
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
intoPartial[To]: PartialTransformerInto[From, To, Empty, Default]
Allows to customize partial transformer generation to your target type.
Allows to customize partial transformer generation to your target type.
- To
target success type
- returns
- Since
0.7.0
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any