shims
util
package
util
Visibility
Public
All
Type Members
final
case class
Capture
[
A
]
(
value:
A
)
extends
AnyVal
with
Product
with
Serializable
Annotations
@implicitNotFound
(
...
)
class
CaptureMacros
extends
OpenImplicitMacros
final
case class
EitherCapture
[
A
,
B
]
(
value:
Either
[
A
,
B
]
)
extends
AnyVal
with
Product
with
Serializable
Annotations
@implicitNotFound
(
...
)
final
case class
OptionCapture
[
A
]
(
value:
Option
[
A
]
)
extends
AnyVal
with
Product
with
Serializable
Value Members
object
Capture
extends
Serializable
object
EitherCapture
extends
Serializable
object
OptionCapture
extends
Serializable
Ungrouped