Package

io.finch.syntax

scala

Permalink

package scala

Linear Supertypes
ScalaToTwitterFuture, EndpointMappers, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scala
  2. ScalaToTwitterFuture
  3. EndpointMappers
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ScalaToTwitterFuture extends AnyRef

    Permalink

Value Members

  1. def connect[A](e: Endpoint[A]): EndpointMapper[A]

    Permalink

    A combinator that wraps the given Endpoint with additional check of the HTTP method.

    A combinator that wraps the given Endpoint with additional check of the HTTP method. The resulting Endpoint succeeds on the request only if its method is CONNECT and the underlying endpoint succeeds on it.

    Definition Classes
    EndpointMappers
  2. def delete[A](e: Endpoint[A]): EndpointMapper[A]

    Permalink

    A combinator that wraps the given Endpoint with additional check of the HTTP method.

    A combinator that wraps the given Endpoint with additional check of the HTTP method. The resulting Endpoint succeeds on the request only if its method is DELETE and the underlying endpoint succeeds on it.

    Definition Classes
    EndpointMappers
  3. def get[A](e: Endpoint[A]): EndpointMapper[A]

    Permalink

    A combinator that wraps the given Endpoint with additional check of the HTTP method.

    A combinator that wraps the given Endpoint with additional check of the HTTP method. The resulting Endpoint succeeds on the request only if its method is GET and the underlying endpoint succeeds on it.

    Definition Classes
    EndpointMappers
  4. def head[A](e: Endpoint[A]): EndpointMapper[A]

    Permalink

    A combinator that wraps the given Endpoint with additional check of the HTTP method.

    A combinator that wraps the given Endpoint with additional check of the HTTP method. The resulting Endpoint succeeds on the request only if its method is HEAD and the underlying endpoint succeeds on it.

    Definition Classes
    EndpointMappers
  5. def options[A](e: Endpoint[A]): EndpointMapper[A]

    Permalink

    A combinator that wraps the given Endpoint with additional check of the HTTP method.

    A combinator that wraps the given Endpoint with additional check of the HTTP method. The resulting Endpoint succeeds on the request only if its method is OPTIONS and the underlying endpoint succeeds on it.

    Definition Classes
    EndpointMappers
  6. def patch[A](e: Endpoint[A]): EndpointMapper[A]

    Permalink

    A combinator that wraps the given Endpoint with additional check of the HTTP method.

    A combinator that wraps the given Endpoint with additional check of the HTTP method. The resulting Endpoint succeeds on the request only if its method is PATCH and the underlying endpoint succeeds on it.

    Definition Classes
    EndpointMappers
  7. def post[A](e: Endpoint[A]): EndpointMapper[A]

    Permalink

    A combinator that wraps the given Endpoint with additional check of the HTTP method.

    A combinator that wraps the given Endpoint with additional check of the HTTP method. The resulting Endpoint succeeds on the request only if its method is POST and the underlying endpoint succeeds on it.

    Definition Classes
    EndpointMappers
  8. def put[A](e: Endpoint[A]): EndpointMapper[A]

    Permalink

    A combinator that wraps the given Endpoint with additional check of the HTTP method.

    A combinator that wraps the given Endpoint with additional check of the HTTP method. The resulting Endpoint succeeds on the request only if its method is PUT and the underlying endpoint succeeds on it.

    Definition Classes
    EndpointMappers
  9. implicit val scalaToTwitterFuture: ToTwitterFuture[Future]

    Permalink
    Definition Classes
    ScalaToTwitterFuture
  10. def trace[A](e: Endpoint[A]): EndpointMapper[A]

    Permalink

    A combinator that wraps the given Endpoint with additional check of the HTTP method.

    A combinator that wraps the given Endpoint with additional check of the HTTP method. The resulting Endpoint succeeds on the request only if its method is TRACE and the underlying router endpoint on it.

    Definition Classes
    EndpointMappers

Inherited from ScalaToTwitterFuture

Inherited from EndpointMappers

Inherited from AnyRef

Inherited from Any

Ungrouped