public interface

FutureValues.Converter<F, T>

 androidx.pdf.data.FutureValues.Converter<F, T>

Overview

An object that can be used for converting an object of type F to one of type T.

Summary

Methods
public java.lang.Objectconvert(java.lang.Object from)

Converts object of type F to type T

Methods

public java.lang.Object convert(java.lang.Object from)

Converts object of type F to type T