MoulConfig
Toggle table of contents
9999.9999.9999+16fcc03
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MoulConfig
common
/
io.github.notenoughupdates.moulconfig.internal
/
StackUtil
Stack
Util
open
class
StackUtil
(
source
)
Members
Constructors
Stack
Util
Link copied to clipboard
constructor
(
stackTrace
:
Array
<
StackTraceElement
>
)
Properties
MOULCONFIG_
BASE_
PACKAGE
Link copied to clipboard
val
MOULCONFIG_BASE_PACKAGE
:
String
Functions
any
Moul
Config
Link copied to clipboard
open
fun
anyMoulConfig
(
)
:
Predicate
<
StackTraceElement
>
default
Skips
Link copied to clipboard
open
fun
defaultSkips
(
)
:
Predicate
<
StackTraceElement
>
get
Walker
Link copied to clipboard
open
fun
getWalker
(
)
:
StackUtil
in
Tests
Link copied to clipboard
open
fun
inTests
(
)
:
Predicate
<
StackTraceElement
>
moul
Config
Library
Link copied to clipboard
open
fun
moulConfigLibrary
(
)
:
Predicate
<
StackTraceElement
>
skip
Link copied to clipboard
open
fun
skip
(
count
:
Int
)
:
StackUtil
skip
While
Link copied to clipboard
open
fun
skipWhile
(
filter
:
Predicate
<
StackTraceElement
>
)
:
StackUtil
take
One
Link copied to clipboard
@
Nullable
open
fun
takeOne
(
)
:
@
Nullable
StackTraceElement
warn
Link copied to clipboard
open
fun
warn
(
warningText
:
String
)