Jivago
stable

Documentation

  • Installation
  • Quickstart
  • Deploying Jivago Applications
  • Dependency Injection
  • Reflection
  • Runnable Components
  • Serialization
  • The HTTP Resource Class
  • Application Configuration
  • Router Configuration
  • Error handling with exception mappers
  • Global Event Bus
  • Functional-style operations using Streams
Jivago
  • jivago.lang package
  • Edit on GitHub

jivago.lang package

Submodules

  • jivago.lang.annotations module
    • Override()
  • jivago.lang.nullable module
    • EmptyNullableException
    • Nullable
      • Nullable.empty()
      • Nullable.filter()
      • Nullable.get()
      • Nullable.ifPresent()
      • Nullable.isPresent()
      • Nullable.map()
      • Nullable.orElse()
      • Nullable.orElseFetch()
      • Nullable.orElseThrow()
  • jivago.lang.registration module
    • Registration
      • Registration.is_class_registration()
      • Registration.is_function_registration()
      • Registration.is_in_package()
      • Registration.is_method_registration()
  • jivago.lang.registry module
    • Annotation
    • MissingAnnotationParameterException
    • ParametrizedAnnotation
    • Registry
      • Registry.INSTANCE
      • Registry.content
      • Registry.get_annotated_in_package()
      • Registry.is_annotated()
      • Registry.register()
    • SimpleSaveDecorator
  • jivago.lang.runnable module
    • Runnable
      • Runnable.cleanup()
      • Runnable.run()
  • jivago.lang.stream module
    • Stream
      • Stream.allMatch()
      • Stream.anyMatch()
      • Stream.count()
      • Stream.filter()
      • Stream.first()
      • Stream.firstMatch()
      • Stream.flat()
      • Stream.forEach()
      • Stream.map()
      • Stream.max()
      • Stream.min()
      • Stream.noneMatch()
      • Stream.of()
      • Stream.range()
      • Stream.reduce()
      • Stream.sum()
      • Stream.take()
      • Stream.toDict()
      • Stream.toList()
      • Stream.toSet()
      • Stream.toTuple()
      • Stream.unzip()
      • Stream.zip()

Module contents


© Copyright 2018, Kento A. Lauzon. Revision 188143e5.

Built with Sphinx using a theme provided by Read the Docs.