toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.deob.ast
/
LibraryGroup
Library
Group
class
LibraryGroup
(
libraries
:
Iterable
<
Library
>
)
:
Iterable
<
Library
>
Members
Constructors
Library
Group
Link copied to clipboard
constructor
(
libraries
:
Iterable
<
Library
>
)
Functions
for
Each
Link copied to clipboard
open
fun
forEach
(
p0
:
Consumer
<
in
Library
>
)
get
Link copied to clipboard
operator
fun
get
(
name
:
String
)
:
Library
?
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
Library
>
spliterator
Link copied to clipboard
open
fun
spliterator
(
)
:
Spliterator
<
Library
>