PacketConsumerUtil.ThrowingFunction


fun interface PacketConsumerUtil.ThrowingFunction<I : Any?, O : Any?>


A functional interface representing a function that accepts one argument and produces a result, potentially throwing an exception during execution.

Summary

Public functions

O
apply(input: I)

Public functions

apply

fun apply(input: I): O