io.permazen.util.CastFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of permazen-util Show documentation
Show all versions of permazen-util Show documentation
Common utility classes used by Permazen.
/*
* Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
*/
package io.permazen.util;
import com.google.common.base.Preconditions;
import java.util.function.Function;
/**
* A {@link Function} that casts objects to some type.
*/
public class CastFunction implements Function
© 2015 - 2025 Weber Informatics LLC | Privacy Policy