rd-core
2023.2.3
rd-core
/
com.jetbrains.rd.util
/
Maybe
/
Just
Just
class
Just
<
T
>
(
val
value
:
T
)
:
Maybe
<
T
>
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Just
Link copied to clipboard
fun
<
T
>
Just
(
value
:
T
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
or
Else
Throw
Link copied to clipboard
fun
orElseThrow
(
err
:
(
)
->
IllegalStateException
)
:
T
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
as
Nullable
Link copied to clipboard
val
asNullable
:
T
?
Content copied to clipboard
has
Value
Link copied to clipboard
val
hasValue
:
Boolean
Content copied to clipboard
value
Link copied to clipboard
val
value
:
T
Content copied to clipboard