dev.marksman.collectionviews.MappedVector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of collection-views Show documentation
Show all versions of collection-views Show documentation
Low overhead, protected views over Java collections
package dev.marksman.collectionviews;
import com.jnape.palatable.lambda.functions.Fn1;
final class MappedVector extends ConcreteVector implements NonEmptyVector {
private final MapperChain mapper;
private final NonEmptyVector