LocationResolvableWrite

data class LocationResolvableWrite(contentToResolve: (LocationResolver) -> String) : RenderingStrategy

Functions

component1
Link copied to clipboard
operator fun component1(): (LocationResolver) -> String
copy
Link copied to clipboard
fun copy(contentToResolve: (LocationResolver) -> String): RenderingStrategy.LocationResolvableWrite
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

contentToResolve
Link copied to clipboard
val contentToResolve: (LocationResolver) -> String