documentation
Toggle table of contents
1.5.1-dev02-c0569c38e
common
Target filter
common
Switch theme
Search in API
Skip to content
documentation
core
/
it.unibo.tuprolog.core
/
Scope
/
logicListFrom
logic
List
From
abstract
fun
logicListFrom
(
vararg
terms
:
Term
,
last
:
Term
?
=
null
)
:
List
abstract
fun
logicListFrom
(
terms
:
Iterable
<
Term
>
,
last
:
Term
?
=
null
)
:
List
abstract
fun
logicListFrom
(
terms
:
Sequence
<
Term
>
,
last
:
Term
?
=
null
)
:
List
Creates a (possibly partial) logic
LogicList
out of
terms
, terminated by
last
. See
List.from
.