BetterModel
Toggle table of contents
1.13.2-SNAPSHOT-385
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.util.function
/
FloatConstantSupplier
Float
Constant
Supplier
class
FloatConstantSupplier
:
Record
,
FloatSupplier
Float constant supplier
Parameters
value
value
Members
Constructors
Float
Constant
Supplier
Link copied to clipboard
constructor
(
)
Properties
ONE
Link copied to clipboard
val
ONE
:
FloatConstantSupplier
One
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
get
As
Float
Link copied to clipboard
open
fun
getAsFloat
(
)
:
Float
Gets float value
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
of
Link copied to clipboard
@
NotNull
open
fun
of
(
value
:
Float
)
:
@
NotNull
FloatConstantSupplier
Creates supplier by given value
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String