refined4s-core
refined4s-core
refined4s
CanBeOrdered
derivedToOrdered
Coercible
Coercible
InlinedRefined
Newtype
NewtypeBase
Refined
RefinedBase
RefinedCtor
RefinedCtor
syntax
syntax
refined4s.internal
numericTools
typeTools
refined4s.types
all
all
network
network
DynamicPortNumber
NonSystemPortNumber
PortNumber
SystemPortNumber
Uri
Url
UserPortNumber
numeric
numeric
InlinedNumeric
Max
Min
MinMax
NegBigDecimal
NegBigInt
NegByte
NegDouble
NegFloat
NegInt
NegLong
NegShort
NonNegBigDecimal
NonNegBigInt
NonNegByte
NonNegDouble
NonNegFloat
NonNegInt
NonNegLong
NonNegShort
NonPosBigDecimal
NonPosBigInt
NonPosByte
NonPosDouble
NonPosFloat
NonPosInt
NonPosLong
NonPosShort
Numeric
PosBigDecimal
PosBigInt
PosByte
PosDouble
PosFloat
PosInt
PosLong
PosShort
strings
strings
NonEmptyString
Uuid
refined4s-core
/
refined4s
/
Coercible
Coercible
object
Coercible
Companion:
class
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
Coercible
.type
Value members
Givens
Value members
Concrete methods
def
apply
[
A
,
B
](
using
ev:
Coercible
[
A
,
B
]):
Coercible
[
A
,
B
]
@SuppressWarnings
(scala.Array.apply[java.lang.String]("org.wartremover.warts.AsInstanceOf")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))
def
instance
[
A
,
B
]:
Coercible
[
A
,
B
]
Givens
Givens
given
unsafeWrapHKT
[
F
[
*
],
G
[
*
],
A
,
B
](
using
Coercible
[
G
[
A
],
G
[
B
]]):
Coercible
[
F
[
G
[
A
]],
F
[
G
[
B
]]]
given
unsafeWrapTC
[
F
[
*
],
A
,
B
](
using
Coercible
[
A
,
B
]):
Coercible
[
F
[
A
],
F
[
B
]]