AbstractBuilder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun both(corrector: EntryCorrector<T>): E
fun both(predicate: Predicate<T>, errorMsg: String = "Problem validating Entry!"): E
Link copied to clipboard
Link copied to clipboard
fun strong(corrector: EntryCorrector<T>): E
fun strong(predicate: Predicate<T>, errorMsg: String = "Problem validating Entry!"): E
Link copied to clipboard
fun weak(corrector: EntryCorrector<T>): E
fun weak(predicate: Predicate<T>, errorMsg: String = "Problem validating Entry!"): E