All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.geirolz.app.toolkit.utils.ContextFunction.scala Maven / Gradle / Ivy

package com.geirolz.app.toolkit.utils

extension [A, B](f: A => B)
  def asContextFunction: A ?=> B =
    f(summon[A])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy