zircon.core
/
org.hexworks.zircon.api
/
Maybes
common
Maybes
object
Maybes
Content copied to clipboard
Functions
Sources
Functions
empty
Link copied to clipboard
common
@
JvmStatic
()
fun <
T
>
empty
():
Maybe
<
T
>
Content copied to clipboard
Creates an empty
Maybe
.
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
of
Link copied to clipboard
common
@
JvmStatic
()
fun <
T
>
of
(value:
T
):
Maybe
<
T
>
Content copied to clipboard
Creates a
Maybe
of a non-nullable value.
ofNullable
Link copied to clipboard
common
@
JvmStatic
()
fun <
T
>
ofNullable
(value:
T
?):
Maybe
<
T
>
Content copied to clipboard
Creates a
Maybe
of a nullable value.
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Sources
(source)
Link copied to clipboard