FromThunk

final class FromThunk[A](thunk: () => A) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def map[B](f: A => B): FromThunk[B]
def withReuse(implicit r: Reusability[A]): FromThunkReusability[A]