EmptyPartiallyApplied

case
class EmptyPartiallyApplied[F[_], WorldView]()
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[ServerBoundPackets <: Tuple, ClientBoundPackets <: Tuple](_protocol: Protocol[ServerBoundPackets, ClientBoundPackets]): ProtocolPacketAbstraction[F, ServerBoundPackets, ClientBoundPackets, Nothing, WorldView]
Value Params
_protocol

The protocol for determining packet tuple types. This argument is discarded by this function, and is present just to allow the type inference to happen.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product