JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
org.cojen.tupl
org.cojen.tupl
Mapper
Uses of Interface
org.cojen.tupl.Mapper
Packages that use
Mapper
Package
Description
org.cojen.tupl
See
Database
to get started with TuplDB.
Uses of
Mapper
in
org.cojen.tupl
Methods in
org.cojen.tupl
with parameters of type
Mapper
Modifier and Type
Method
Description
default <T>
Table
<T>
Table.
map
(
Class
<T> targetType,
Mapper
<
R
,
T> mapper)
Returns a view backed by this table, whose rows have been mapped to target rows.