issues
search
stacycurl
/
pimpathon
Adds useful methods to scala & java classes.
Apache License 2.0
35
stars
9
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Upgrade to sbt 0.13.17 from 0.13.13. Fixed deprecated sbt command.
#269
matmsh
closed
5 years ago
3
Added 2 functions: partialChain and partialChain2
#268
raymanoz
closed
6 years ago
0
Add pimps to List[(K, V)]: keys, values, mapValues, flatMapValues
#267
xavierguihot
closed
6 years ago
1
Pimp List with a partial map (named update) similar to updateIf
#266
xavierguihot
closed
6 years ago
1
Change coveralls badge look in README
#265
xavierguihot
closed
6 years ago
1
Add Optional[A, B].getOr(A, B): B
#264
stacycurl
opened
6 years ago
0
Add Prism[A, B].getOr(A, B): B
#263
stacycurl
opened
6 years ago
0
Add List[A].splitAtItem(A): Option[(List[A], List[A])]
#262
stacycurl
opened
6 years ago
0
Add List[A].indexMap: Map[Int, A]
#261
stacycurl
opened
6 years ago
0
Add Descendant[From, Via, List[A]].filter(p: A => Boolean): From = descendant.modify(_.filter(p))
#260
stacycurl
opened
6 years ago
0
Added option pimp toEither
#259
raymanoz
closed
6 years ago
1
updateIf list pimp
#258
raymanoz
closed
7 years ago
1
Test case to demonstrate a deep predicate
#257
raymanoz
closed
8 years ago
1
added Either[L,R].toOption: Option[R]
#256
julien-truffaut
closed
8 years ago
1
Feature request - JsonFrills.descendant, ability to select an object from array based on a attribute values
#255
timt
closed
8 years ago
1
Change encoding of arrays during desendant("*") to include a prefix
#254
stacycurl
closed
8 years ago
1
Add ApplyTraversal[S, T, List[A], List[B]].modifyCollect(A ~> B): T
#253
stacycurl
opened
8 years ago
0
Add JsonObject -- Set[String]: JsonObject
#252
stacycurl
opened
8 years ago
0
Add 'deleteOnExit: Boolean = true' to tempFile & tempDir
#251
stacycurl
opened
8 years ago
0
Add Boolean.disjunction(R).or(L): L \/ R
#250
stacycurl
closed
6 years ago
0
Add String.fromHex: Array[Byte]
#249
stacycurl
opened
8 years ago
0
Add Random.nextString(Int): String
#248
stacycurl
opened
8 years ago
0
Add CodecJson[A].xmapDisjunction[B](A ⇒ String \/ B)(B => A): CodecJson[B]
#247
stacycurl
closed
8 years ago
0
Add NonEmptyList[A].onlyDisjunction: NonEmptyList[A] \/ A
#246
stacycurl
closed
8 years ago
0
Add NonEmptyList[A].onlyEither: Either[NonEmptyList[A], A]
#245
stacycurl
closed
8 years ago
0
Add NonEmptyList[A].onlyOption: Option[A]
#244
stacycurl
closed
8 years ago
0
Add NonEmptyList[A].onlyOrThrow(NonEmptyList[A] => Exception): A
#243
stacycurl
closed
6 years ago
0
classTag.uncamel[A: ClassTag]: String
#242
stacycurl
opened
8 years ago
0
Upgrade argonaut to 6.1
#241
stacycurl
closed
6 years ago
0
Add GTL[A].counts: Map[A, Int]
#240
stacycurl
opened
9 years ago
0
Added asString methods for input streams
#239
raymanoz
closed
9 years ago
0
Try[A].toDisjunction: Throwable \/ A
#238
stacycurl
closed
9 years ago
0
Add File.createParents: File
#237
stacycurl
opened
9 years ago
0
Add GTL[A].as[F].withPFEntries(PartialFunction[A, (K, V)]): F[K, V]
#236
stacycurl
closed
9 years ago
0
Add GTL[A].as[F].withSomeEntries(A => Option[(K, V)]): F[K, V]
#235
stacycurl
closed
9 years ago
0
Add List[A].lastOption: Option[A]
#234
stacycurl
closed
9 years ago
1
Add List[A].initOption: Option[List[A]]
#233
stacycurl
closed
9 years ago
0
Add (L \/ R).removeFrom(ls: Shrinkable[L], rs: Shrinkable[R]): L \/ R
#232
stacycurl
closed
9 years ago
0
Add (L \/ R).addTo(ls: Growable[L], rs: Growable[R]): L \/ R
#231
stacycurl
closed
9 years ago
0
(L \/ R).tapRight[Discarded](l: R ⇒ Discarded): L \/ R
#230
stacycurl
closed
9 years ago
0
(L \/ R).tapLeft[Discarded](l: L ⇒ Discarded): L \/ R
#229
stacycurl
closed
9 years ago
0
Add (L \/ R).tap[Discarded](l: L ⇒ Discarded, r: R ⇒ Discarded): L \/ R
#228
stacycurl
closed
9 years ago
0
Add List[A].onlyDisjunction: List[A] \/ A
#227
stacycurl
closed
9 years ago
0
removed () for consistency, and bumped version
#226
raymanoz
closed
9 years ago
0
Only publish to sonatype via bintray.
#225
stacycurl
opened
9 years ago
0
Add docs/release notes for String.toByteArray & Array[Byte].asString
#224
stacycurl
closed
9 years ago
0
Upgrade [2.9] to java 1.7
#223
stacycurl
closed
6 years ago
3
Upgrade [master] to java 1.7
#222
stacycurl
closed
6 years ago
4
String to/from byteArray conversions
#221
raymanoz
closed
9 years ago
0
ThreadFactory.naming(Int => String): ThreadFactory
#220
stacycurl
closed
9 years ago
0
Next