scala
.
tuples
ExportedTo
Related Doc:
package tuples
final
case class
ExportedTo
[
T
]
(
x:
ToTuple
[
T
]
)
extends
AnyVal
with
Product
with
Serializable
Linear Supertypes
Serializable
,
java.io.Serializable
,
Product
,
Equals
,
AnyVal
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ExportedTo
Serializable
Serializable
Product
Equals
AnyVal
Any
Implicitly
by makePrefixSuffixTupleOps
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
ExportedTo
(
x:
ToTuple
[
T
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
ExportedTo
[
T
] to
any2stringadd
[
ExportedTo
[
T
]] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
++:
[
P
]
(
prefix:
P
)
(
implicit
op:
ConcatOp
[
P
,
ExportedTo
[
T
]]
)
:
Out
Implicit information
This member is added by an implicit conversion from
ExportedTo
[
T
] to
StructuralTupleOps
[
ExportedTo
[
T
]] performed by method makePrefixSuffixTupleOps in
scala.tuples
. This conversion will take place only if an implicit value of type
IsTuple
[
ExportedTo
[
T
]] is in scope.
Definition Classes
StructuralTupleOps
def
+:
[
P
]
(
prefix:
P
)
(
implicit
op:
PrependOp
[
P
,
ExportedTo
[
T
]]
)
:
Out
Implicit information
This member is added by an implicit conversion from
ExportedTo
[
T
] to
StructuralTupleOps
[
ExportedTo
[
T
]] performed by method makePrefixSuffixTupleOps in
scala.tuples
. This conversion will take place only if an implicit value of type
IsTuple
[
ExportedTo
[
T
]] is in scope.
Definition Classes
StructuralTupleOps
def
->
[
B
]
(
y:
B
)
: (
ExportedTo
[
T
],
B
)
Implicit information
This member is added by an implicit conversion from
ExportedTo
[
T
] to
ArrowAssoc
[
ExportedTo
[
T
]] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
def
:+
[
S
]
(
suffix:
S
)
(
implicit
op:
AppendOp
[
ExportedTo
[
T
],
S
]
)
:
Out
Implicit information
This member is added by an implicit conversion from
ExportedTo
[
T
] to
StructuralTupleOps
[
ExportedTo
[
T
]] performed by method makePrefixSuffixTupleOps in
scala.tuples
. This conversion will take place only if an implicit value of type
IsTuple
[
ExportedTo
[
T
]] is in scope.
Definition Classes
StructuralTupleOps
def
:++
[
P
]
(
suffix:
P
)
(
implicit
op:
ConcatOp
[
ExportedTo
[
T
],
P
]
)
:
Out
Implicit information
This member is added by an implicit conversion from
ExportedTo
[
T
] to
StructuralTupleOps
[
ExportedTo
[
T
]] performed by method makePrefixSuffixTupleOps in
scala.tuples
. This conversion will take place only if an implicit value of type
IsTuple
[
ExportedTo
[
T
]] is in scope.
Definition Classes
StructuralTupleOps
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
append
[
S
]
(
suffix:
S
)
(
implicit
op:
AppendOp
[
ExportedTo
[
T
],
S
]
)
:
Out
Implicit information
This member is added by an implicit conversion from
ExportedTo
[
T
] to
StructuralTupleOps
[
ExportedTo
[
T
]] performed by method makePrefixSuffixTupleOps in
scala.tuples
. This conversion will take place only if an implicit value of type
IsTuple
[
ExportedTo
[
T
]] is in scope.
Definition Classes
StructuralTupleOps
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
concat
[
P
]
(
suffix:
P
)
(
implicit
op:
ConcatOp
[
ExportedTo
[
T
],
P
]
)
:
Out
Implicit information
This member is added by an implicit conversion from
ExportedTo
[
T
] to
StructuralTupleOps
[
ExportedTo
[
T
]] performed by method makePrefixSuffixTupleOps in
scala.tuples
. This conversion will take place only if an implicit value of type
IsTuple
[
ExportedTo
[
T
]] is in scope.
Definition Classes
StructuralTupleOps
def
ensuring
(
cond: (
ExportedTo
[
T
]) ⇒
Boolean
,
msg: ⇒
Any
)
:
ExportedTo
[
T
]
Implicit information
This member is added by an implicit conversion from
ExportedTo
[
T
] to
Ensuring
[
ExportedTo
[
T
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
ExportedTo
[
T
]) ⇒
Boolean
)
:
ExportedTo
[
T
]
Implicit information
This member is added by an implicit conversion from
ExportedTo
[
T
] to
Ensuring
[
ExportedTo
[
T
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
ExportedTo
[
T
]
Implicit information
This member is added by an implicit conversion from
ExportedTo
[
T
] to
Ensuring
[
ExportedTo
[
T
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
ExportedTo
[
T
]
Implicit information
This member is added by an implicit conversion from
ExportedTo
[
T
] to
Ensuring
[
ExportedTo
[
T
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
ExportedTo
[
T
] to
StringFormat
[
ExportedTo
[
T
]] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
prepend
[
P
]
(
prefix:
P
)
(
implicit
op:
PrependOp
[
P
,
ExportedTo
[
T
]]
)
:
Out
Implicit information
This member is added by an implicit conversion from
ExportedTo
[
T
] to
StructuralTupleOps
[
ExportedTo
[
T
]] performed by method makePrefixSuffixTupleOps in
scala.tuples
. This conversion will take place only if an implicit value of type
IsTuple
[
ExportedTo
[
T
]] is in scope.
Definition Classes
StructuralTupleOps
def
reversed
(
implicit
op:
ReverseOp
[
ExportedTo
[
T
]]
)
:
Out
Implicit information
This member is added by an implicit conversion from
ExportedTo
[
T
] to
StructuralTupleOps
[
ExportedTo
[
T
]] performed by method makePrefixSuffixTupleOps in
scala.tuples
. This conversion will take place only if an implicit value of type
IsTuple
[
ExportedTo
[
T
]] is in scope.
Definition Classes
StructuralTupleOps
def
rotatedLeft
(
implicit
op:
RotateLeftOp
[
ExportedTo
[
T
]]
)
:
Out
Implicit information
This member is added by an implicit conversion from
ExportedTo
[
T
] to
StructuralTupleOps
[
ExportedTo
[
T
]] performed by method makePrefixSuffixTupleOps in
scala.tuples
. This conversion will take place only if an implicit value of type
IsTuple
[
ExportedTo
[
T
]] is in scope.
Definition Classes
StructuralTupleOps
def
rotatedRight
(
implicit
op:
RotateRightOp
[
ExportedTo
[
T
]]
)
:
Out
Implicit information
This member is added by an implicit conversion from
ExportedTo
[
T
] to
StructuralTupleOps
[
ExportedTo
[
T
]] performed by method makePrefixSuffixTupleOps in
scala.tuples
. This conversion will take place only if an implicit value of type
IsTuple
[
ExportedTo
[
T
]] is in scope.
Definition Classes
StructuralTupleOps
val
tuple
:
ExportedTo
[
T
]
Implicit information
This member is added by an implicit conversion from
ExportedTo
[
T
] to
StructuralTupleOps
[
ExportedTo
[
T
]] performed by method makePrefixSuffixTupleOps in
scala.tuples
. This conversion will take place only if an implicit value of type
IsTuple
[
ExportedTo
[
T
]] is in scope.
Definition Classes
StructuralTupleOps
val
x
:
ToTuple
[
T
]
def
→
[
B
]
(
y:
B
)
: (
ExportedTo
[
T
],
B
)
Implicit information
This member is added by an implicit conversion from
ExportedTo
[
T
] to
ArrowAssoc
[
ExportedTo
[
T
]] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
Serializable
Inherited from
java.io.Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyVal
Inherited from
Any
Inherited by implicit conversion makePrefixSuffixTupleOps from
ExportedTo
[
T
] to
StructuralTupleOps
[
ExportedTo
[
T
]]
Inherited by implicit conversion any2stringadd from
ExportedTo
[
T
] to
any2stringadd
[
ExportedTo
[
T
]]
Inherited by implicit conversion StringFormat from
ExportedTo
[
T
] to
StringFormat
[
ExportedTo
[
T
]]
Inherited by implicit conversion Ensuring from
ExportedTo
[
T
] to
Ensuring
[
ExportedTo
[
T
]]
Inherited by implicit conversion ArrowAssoc from
ExportedTo
[
T
] to
ArrowAssoc
[
ExportedTo
[
T
]]
Ungrouped