com
.
nicta
.
scoobi
.
core
InputOutputConverter
Related Doc:
package core
trait
InputOutputConverter
[
K
,
V
,
B
]
extends
OutputConverter
[
K
,
V
,
B
] with
InputConverter
[
K
,
V
,
B
]
fusion of both trait when bi-directional conversion is possible
Linear Supertypes
InputConverter
[
K
,
V
,
B
],
FromKeyValueConverter
,
OutputConverter
[
K
,
V
,
B
],
ToKeyValueConverter
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
InputOutputConverter
InputConverter
FromKeyValueConverter
OutputConverter
ToKeyValueConverter
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
type
InputContext
=
MapContext
[
K
,
V
, _, _]
Definition Classes
InputConverter
Abstract Value Members
abstract
def
fromKeyValue
(
context:
InputContext
,
key:
K
,
value:
V
)
:
B
Definition Classes
InputConverter
abstract
def
toKeyValue
(
x:
B
)
(
implicit
configuration:
Configuration
)
: (
K
,
V
)
Definition Classes
OutputConverter
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
asKeyValue
(
x:
Any
)
(
implicit
configuration:
Configuration
)
: (
Any
,
Any
)
Attributes
protected[
com.nicta.scoobi
]
Definition Classes
OutputConverter
→ ToKeyValueConverter
def
asValue
(
context:
InputOutputContext
,
key:
Any
,
value:
Any
)
:
Any
Definition Classes
InputConverter
→ FromKeyValueConverter
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
InputConverter
[
K
,
V
,
B
]
Inherited from
FromKeyValueConverter
Inherited from
OutputConverter
[
K
,
V
,
B
]
Inherited from
ToKeyValueConverter
Inherited from
AnyRef
Inherited from
Any
Ungrouped
fusion of both trait when bi-directional conversion is possible