- Type Parameters:
T
- the model's type
- All Superinterfaces:
- java.util.function.Function<T,BinaryFile>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@ConsumerType
@FunctionalInterface
public interface BinaryFunction<T>
extends java.util.function.Function<T,BinaryFile>
Defines a type alias for a function that receives a model of type T
and returns a binary representation of that model in an InputStream
.