SettableSnippet

implicit class SettableSnippet[T](s: Snippet[T])

implicit function modify the Snippet parameters

class Object
trait Matchable
class Any

Value members

Concrete methods

def check[R : AsResult](f: T => R): Snippet[T]
def eval: Snippet[T]
def offsetIs(offset: Int): Snippet[T]
def promptIs(p: String): Snippet[T]
def set(trimExpression: String => String, cutter: String => String, asCode: (String, String) => String, prompt: String => String): Snippet[T]