Skip to content

Commit

Permalink
Merge with documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Heidel committed Apr 20, 2015
1 parent df856a1 commit 935346b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/scala/io/getclump/Clump.scala
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ object Clump extends Joins with Sources {
*/
def apply[T](value: => T): Clump[T] = this.value(value)

/**
* Alias for [[value]] except that it propagates exceptions inside a clump instance
*/
def apply[T](value: => Option[T]): Clump[T] = this.value(value)

/**
* The unit method: create a clump whose value has already been resolved to the input
*/
Expand Down

0 comments on commit 935346b

Please sign in to comment.