c

ackcord.interactions

DataInteractionFunction

class DataInteractionFunction[From[_], To[_]] extends DataInteractionTransformer[From, To]

Source
interactions.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataInteractionFunction
  2. DataInteractionTransformer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DataInteractionFunction(f: FunctionK[From, To])

Value Members

  1. def andThen[To2[_]](transformer: DataInteractionTransformer[To, To2]): DataInteractionTransformer[From, To2]
    Definition Classes
    DataInteractionTransformer
  2. final def compose[From2[_]](transformer: DataInteractionTransformer[From2, From]): DataInteractionTransformer[From2, To]
    Definition Classes
    DataInteractionTransformer
    Annotations
    @inline()
  3. def filter[A](from: From[A]): Either[Option[String], To[A]]