Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
interface Editable

Created by Nicholas Eddy on 3/5/21.

Link copied to clipboard
interface Encoder<A, B>
Link copied to clipboard
typealias Extractor<T, R> = T.() -> R

Simple function that generates a value R given the context of T. This is useful in cases where a property of T is needed:

Link copied to clipboard
Link copied to clipboard

Created by Nicholas Eddy on 6/26/20.

Link copied to clipboard
abstract class ToStringEncoder<T> : Encoder<T, String>
Link copied to clipboard

Properties

Link copied to clipboard