implicit final class FromSyntax[Self <: From[_]] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FromSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FromSyntax(self: Self)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def &[B <: From[_]](that: B): Self with B
Symbolic alias for
and
Symbolic alias for
and
- See also
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def and[B <: From[_]](that: B): Self with B
Merges this input with the specified input.
Merges this input with the specified input.
- B
more input types
- that
more inputs
- returns
merges
this
andthat
inputs
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any