Skip to content

johnynek/catbird

 
 

Repository files navigation

catbird

Build status Coverage status Maven Central

This project provides cats type class instances (and other useful cats-related stuff) for various Twitter Open Source Scala projects.

It currently includes the following:

  • Type class instances for Future, Var, and Try (including Monad or MonadError, Semigroup, and equality)
  • Category and profunctor instances for Service
  • An injection from Finagle services to Kleisli arrows over Future
  • A bijection from Try[A] to Xor[Throwable, A]

These are reasonably well-tested (thanks to discipline).

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Birds and cats together

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Scala 100.0%