FloatConstantFunction

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@NotNull
open fun apply(value: Float): @NotNull T
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
open fun <R> map(@NotNull mapper: @NotNull (T) -> R): @NotNull FloatFunction<R>
Link copied to clipboard
@NotNull
open fun memoize(): @NotNull FloatFunction<T>
Link copied to clipboard
open fun <T> of(@NotNull t: @NotNull T): @NotNull FloatConstantFunction<T>
Link copied to clipboard
abstract fun toString(): String