tuweni / org.apache.tuweni.io / IOConsumer

IOConsumer

@FunctionalInterface interface IOConsumer<T : Any!> (source)

Represents an operation that accepts a single input argument and returns no result.

Functions

accept

Performs this operation on the given argument.

abstract fun accept(t: T): Unit