Mapper

io.github.vigoo.prox.ProcessGroupModule.ProcessGroup.Mapper
trait Mapper[O, E]

Mapper functions for altering a process group

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def mapFirst[P <: Process[ProxStream[Byte], E]](process: P): P
def mapInnerWithIdx[P <: UnboundIProcess[ProxStream[Byte], E]](process: P, idx: Int): P
def mapLast[P <: UnboundIProcess[O, E]](process: P): P