package com.googlecode.totallylazy; public interface First<F> { F first(); }